linux:git

Differences

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

Link to this comparison view

Next revision
Previous revision
Next revisionBoth sides next revision
linux:git [2019/05/24 12:25] – created mhlinux:git [2019/05/24 13:03] mh
Line 4: Line 4:
  
 I prefer using Graphic interfaces that help a lot with git management like in Atom, but here is a recap of basic commands so I remember them when I need. I prefer using Graphic interfaces that help a lot with git management like in Atom, but here is a recap of basic commands so I remember them when I need.
 +
 +[[https://githowto.com/|Git How-to]]
  
 ==== Stage / Commit / Push ==== ==== Stage / Commit / Push ====
  
 +<code>
 +git add the.file
 +git commit -m "The message"
 +git push
 +</code>
 +
 +
 +==== Atom, Git and Rust ====
  
 +I need to write a clear procedure on how to manage with the graphical interface git for rust projects. Cargo initializes rust as a local git repository, but linking it with a remote project, in GitLab for instance, does not automatically activate the graphical git interface in Atom.
  • linux/git.txt
  • Last modified: 2020/06/01 16:35
  • by 127.0.0.1