User Tools

Site Tools


newdevs:git:commands

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
newdevs:git:commands [2025/04/04 13:28] – [Useful Git Commands] tmccannanewdevs:git:commands [2025/07/24 01:12] (current) – git commit --amend --date=now --no-edit sleary
Line 26: Line 26:
   * ''git commit <nowiki>--amend --signoff</nowiki>'' --> view and amend your sign-off branch   * ''git commit <nowiki>--amend --signoff</nowiki>'' --> view and amend your sign-off branch
   * ''git commit <nowiki>--amend --signoff <hash></nowiki>'' --> view and amend your signoff for a specific commit on your sign-off branch   * ''git commit <nowiki>--amend --signoff <hash></nowiki>'' --> view and amend your signoff for a specific commit on your sign-off branch
 +  * ''git commit <nowiki>--amend --date=now --no-edit</nowiki>'' --> amend the date on the last commit with no other edits
   * ''git commit -a'' --> combine the git add and git commit steps into a single step (does //not// include newly created files)   * ''git commit -a'' --> combine the git add and git commit steps into a single step (does //not// include newly created files)
   * ''git config <nowiki>--global</nowiki> -l'' --> list all global configuration values   * ''git config <nowiki>--global</nowiki> -l'' --> list all global configuration values
newdevs/git/commands.1743787725.txt.gz · Last modified: 2025/04/04 13:28 by tmccanna

Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution-Share Alike 4.0 International
CC Attribution-Share Alike 4.0 International Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki

© 2008-2022 GPLS and others. Evergreen is open source software, freely licensed under GNU GPLv2 or later.
The Evergreen Project is a U.S. 501(c)3 non-profit organization.