User Tools

Site Tools


tutorials:git_quick_reference

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 revision Both sides next revision
tutorials:git_quick_reference [2019/02/27 02:55]
marcus.williams
tutorials:git_quick_reference [2019/03/01 16:43]
marcus.williams [Variations]
Line 23: Line 23:
 [[https://​stackoverflow.com/​questions/​16122234/​how-to-commit-a-change-with-both-message-and-description-from-the-command-li|source]] [[https://​stackoverflow.com/​questions/​16122234/​how-to-commit-a-change-with-both-message-and-description-from-the-command-li|source]]
  
-===== Add variations ​=====+===== Variations ​===== 
 +See modifications within the current directory. 
 +<​code>​ 
 +git status . 
 +</​code>​ 
 Recursively add files in folder and subfolders. Recursively add files in folder and subfolders.
 <​code>​ <​code>​
Line 29: Line 34:
 </​code>​ </​code>​
  
 +Push with force. Use with caution.
 +<​code>​
 +git push --force origin master
 +</​code>​
  
tutorials/git_quick_reference.txt · Last modified: 2020/01/03 18:29 by marcus.williams