linux:git

Differences

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

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revisionBoth sides next revision
linux:git [2019/05/28 16:01] – [Atom, Git and Rust] mhlinux:git [2019/09/22 20:37] mh
Line 15: Line 15:
 </code> </code>
  
 +==== Branches ====
 +
 +Switch branch (option create)
 +<code>
 +git checkout branch_name
 +git checkout -b create_branch_name
 +</code>
  
 ==== Atom, Git and Rust ==== ==== Atom, Git and Rust ====
Line 34: Line 41:
  
 Atom has a built-in git feature that will automatically detect git repositories and has a useful GUI. To use it, your project root folder **must be directly** in the project tree manager. It cannot be in a sub-directory or Atom will **not** autodetect the git repository. Atom has a built-in git feature that will automatically detect git repositories and has a useful GUI. To use it, your project root folder **must be directly** in the project tree manager. It cannot be in a sub-directory or Atom will **not** autodetect the git repository.
 +
 +===== Ressources =====
 +
 +[[https://git-scm.com/book/en/v2/Getting-Started-About-Version-Control|Git book]]
  • linux/git.txt
  • Last modified: 2020/06/01 16:35
  • by 127.0.0.1