List of Git commands and workflows we generally use
Last updated 4 years ago
Was this helpful?
- Instead of creating a merge commit to merge a feature from a different branch, we "rebase and merge" the branch to keep a clean commit history. Please read more about how to use it .
- To change the last commit
push -f
commit --amend