Git commands¤ Git operations with key¤ Get an access token username="" repository=" ACCESS_TOKEN="" git push "https://${ACCESS_TOKEN}@github.com/${username}/${repository}.git" Merge master to current branch¤ git merge origin master