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 revisionBoth sides next revision
linux:git [2019/05/24 13:03] mhlinux:git [2019/05/24 13:03] mh
Line 11: Line 11:
 <code> <code>
 git add the.file git add the.file
 +git commit -m "The message"
 +git push
 +</code>
 +
  
 ==== Atom, Git and Rust ==== ==== 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. 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.
-git commit -m "The message" 
-git push 
-</code> 
  • linux/git.txt
  • Last modified: 2020/06/01 16:35
  • by 127.0.0.1