Difference between revisions of "Git commit -m"

From wikieduonline
Jump to navigation Jump to search
Line 2: Line 2:
  
 
  GIT_TRACE=1 git commit -m "Create read only user for DEVs"
 
  GIT_TRACE=1 git commit -m "Create read only user for DEVs"
18:54:44.662357 exec-cmd.c:139          trace: resolved executable path from Darwin stack: [[/Library/Developer/CommandLineTools/usr/bin/]]git
+
18:54:44.662357 exec-cmd.c:139          trace: resolved executable path from Darwin stack: [[/Library/Developer/CommandLineTools/usr/bin/]]git
 
  18:54:44.662729 exec-cmd.c:238          trace: resolved executable dir: [[/Library/Developer/CommandLineTools/usr/bin]]]
 
  18:54:44.662729 exec-cmd.c:238          trace: resolved executable dir: [[/Library/Developer/CommandLineTools/usr/bin]]]
 
  18:54:44.664057 git.c:460              trace: built-in: git commit -m 'TEST'
 
  18:54:44.664057 git.c:460              trace: built-in: git commit -m 'TEST'

Revision as of 16:56, 20 September 2024

GIT_TRACE=1 git commit -m "Create read only user for DEVs"
18:54:44.662357 exec-cmd.c:139          trace: resolved executable path from Darwin stack: /Library/Developer/CommandLineTools/usr/bin/git
18:54:44.662729 exec-cmd.c:238          trace: resolved executable dir: /Library/Developer/CommandLineTools/usr/bin]
18:54:44.664057 git.c:460               trace: built-in: git commit -m 'TEST'
18:54:44.687481 run-command.c:655       trace: run_command: gpg --status-fd=2 -bsau XXXXXXXXX
error: gpg failed to sign the data
fatal: failed to write commit object


git commit -a
git add .

See also

Advertising: