Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 566 Bytes

git.md

File metadata and controls

28 lines (21 loc) · 566 Bytes

Source control - GIT Traditional source control are SVN and subversion It's recommended to learn git and popular are GITHUB, GITLAB & BITBUCKET

Topics to cover

  • git pull
  • git push
  • git stash
  • git ignore
  • git merge
  • git rebase
  • git reset (soft & hard)

Scenarios

  • Merge conflicts
  • Merge abort
  • restore to 100th commit
  • git amend
  • Clean up commit history - make 100 commits to 10 commits

Resources

/// WIP