if you want to create a new branch AND check it out at the same time, you can simply type
Tag: Git
Frequently Used Git Commands
git reset –hard origin/branch Reset current content to remote branch git reflog List a history of all commit HEAD points
Git Help
Git Basics Learn Git Branching Common git commands in a day-to-day workflow Git Resolve Conflicts Git revert vs reset Git
New Git Repository
first, create an new repository on github start a git bash, type in the following commands, ignoring the parenthesizes: echo
Git sync
To sync a branch to master: 1. Make sure master is defined. Check with git remote -v. If not defined,
Using Git in Android Studio
Information is based on this post: http://wii.logdown.com/posts/2013/11/15/android-studio-git-tutorial I added more steps based on my experience. Assuming you already have a
Git Commands Summary
Here’s what I did to merge my changes with Door43’s Git Account at OBS-Translation-APP: fork OBS-Translation-App clone OBS-Translation-APP from