User Tools

Site Tools


software:git

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
software:git [2019/02/19 10:29] himusersoftware:git [2022/01/14 18:44] (current) – external edit 127.0.0.1
Line 20: Line 20:
   * Pull (updates your local version by the changes made in the remote repository):<code>   * Pull (updates your local version by the changes made in the remote repository):<code>
 git pull git pull
 +</code>
 +
 +  * Create a new branch named newIssue: <code>
 +git branch newIssue
 +</code>
 +
 +  * Switch to another branch: <code>
 +git checkout newIssue
 +</code>
 +
 +  * Switch back to master: <code>
 +git checkout master
 </code> </code>
software/git.1550572193.txt.gz · Last modified: 2022/01/14 18:44 (external edit)

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki