GIT

  • Introduction about version control system?
  • Difference between Central & Distributed Version control
  • Git software download and installation with configuration.
  • Git Architecture
  • Git change flow with
  • About bitbucket &
  • Repository creation on GitHub and bitbucket and play on
  • Exercise: Performing a local Git workflow
  • Exercise: Working with a (local) remote repository
  • Git Branching Strategy, Gittags, git diff
  • Comparing changes
  • Stashing changes on Git
  • Resetting changes with git reset
  • Deleting changes in the working tree and staging area for tracked files
  • Retrieving files from the history
  • Revert commits
  • Merging&Rebasing branches and Solving merge conflicts
  • Editing history with the interactive rebase
  • Using the Git cherry-pick command
  • Define alias
  • Migrating from SVN