Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

merge changes into previous commit

# This will rewrite your last commit to include new changes
# If you need to modify a commit prior to your last commit, look into git rebase -i
git add YourChanges
git commit --amend --no-edit
# Note, it is best practice to only ammend your own commits
Source by www.atlassian.com #
 
PREVIOUS NEXT
Tagged: #merge #previous #commit
ADD COMMENT
Topic
Name
8+9 =