mirror of
https://gitlab.com/mateslackbuilds/msb.git
synced 2024-12-25 21:59:36 +01:00
change bash prompts in GIT_BRANCHES.TXT so people don't think you have to be root to work with the git repo.
Signed-off-by: Chess Griffin <chess.griffin@gmail.com>
This commit is contained in:
parent
a94296dd50
commit
c53a3575db
1 changed files with 3 additions and 3 deletions
|
@ -21,7 +21,7 @@ Currently, there are two branches in the MSB GIT repository:
|
|||
An easy way to find out which branch are you in right now (once you have
|
||||
cloned the repo or pulled the latest updates):
|
||||
|
||||
# git branch
|
||||
$ git branch
|
||||
|
||||
An asterisk will appear in front of the branch you are currently in.
|
||||
Example output of 'git branch':
|
||||
|
@ -33,8 +33,8 @@ This output indicates that you are now in the 'master' branch.
|
|||
|
||||
To switch to another branch, use 'git checkout <branch_name>'. Example:
|
||||
|
||||
# git checkout 1.6
|
||||
# git branch
|
||||
$ git checkout 1.6
|
||||
$ git branch
|
||||
|
||||
* 1.6
|
||||
master
|
||||
|
|
Loading…
Reference in a new issue