Difference between revisions of "Git notes"

From Wiki at Neela Nurseries
Jump to: navigation, search
m
m (^ How To Use Git)
Line 18: Line 18:
 
== [[#top|^]] How To Use Git ==
 
== [[#top|^]] How To Use Git ==
 
<br />
 
<br />
Wanting to understand and use <code>git</code> better, here are some on-line references to <code>git</code> version control.  Also, Ted searching for a <code>git</code> reference posted by a female author, can't remember name but reference well-written with lots of commands and concise explanations of each command.  First URL reference may be that page, now 2017-10-02 not sure of the author's name . . .
+
Wanting to understand and use <code>git</code> better, here are some on-line references to <code>git</code> version control.  Noting here git reference at orga.cat, this reference well-written with lots of commands and concise explanations of each command.  This reference is first in list:
  
  

Revision as of 17:29, 8 January 2018

-- 2017-12-04 Monday - somvaar - सोमवार--
Git Notes


^ OVERVIEW - अवलोकन

Following article / document collection of notes on version control software named git.


^ How To Use Git


Wanting to understand and use git better, here are some on-line references to git version control. Noting here git reference at orga.cat, this reference well-written with lots of commands and concise explanations of each command. This reference is first in list:


Basic git commands:


Git references found while answering specific git task questions:

  $ git diff HEAD .


Markdown and .md file formatting at Github


Git and Working with Remote Repositories



Git Command Examples

On the local work station, to see from which remote git repository a working copy comes:

   $ git remote -v