Clone
- Cloning a repository
Commit and Push
- Current status of staged and changed file including new additions
- Show commit details
Stashing
- Stash Changes
- List stashed changes
- Apply stashed changes (Will apply the latest stash)
- Apply with stash id
Branches
- Listing all branch
- Making another branch current
- Removing a branch locally when remote branch is deleted
Diff
- Diff with immediate ancestor
Merging
- Merging from master to a branch
git pull - Make sure master has all changes
git checkout <branch>
git merge master
No comments:
Post a Comment