Learn Git/Bitbucket

logo1

Tutorial source: https://www.atlassian.com/git/tutorials/learn-git-with-bitbucket-cloud

My comment: Although git is more complicated that svn, but I see huge flexibility in it. A simple example, with the local repository,

  • I can do my work when I am offline.
  • I can do as many commits as I wish locally before I push the final version to the remote repository.

Continue reading “Learn Git/Bitbucket”