#Code Signing IntelliJ

1 messages · Page 1 of 1 (latest)

snow sapphire
#

how do I sign lines of code in IntelliJ like so:

sharp merlinBOT
#

<@&987246527741304832> please have a look, thanks.

inland iris
#

so do ur code changes and submit them to git

#

(git commit, git push, ...)

#

and then they will appear there on the side automatically

#

(this is called "git blame")

snow sapphire
#

oh okay thanks, they are not appearing on any of the code I have pushed

inland iris
#

they should

#

unless u didnt associate ur git commits with a user

#

but that would be weird

snow sapphire
#

Do I have to push it using IntelliJ or will TortoiseGit and/or Git GUI also work?

inland iris
#

doesnt matter

#

they all do the same

snow sapphire
#

Interesting, thanks

broken fiber
#

maybe intellij not really displaying anything if its kinda a "solo" project

#

nvm

inland iris
#

i havent checked but it should also already display it before u pushed the changes

#

as long as u made a git commit

#

like, this feature should work locally-only as well

#

on ur local git status

#

as all its doing is using git blame, a command-line command