Difference between revisions of "Git notes"
From Wiki at Neela Nurseries
m (→^ How To Use Git) |
m (→^ How To Use Git) |
||
Line 46: | Line 46: | ||
* [https://git-scm.com/book/en/v2/Git-Basics-Working-with-Remotes git-scm dot com - book, English, version 2, "Working with Remotes"] | * [https://git-scm.com/book/en/v2/Git-Basics-Working-with-Remotes git-scm dot com - book, English, version 2, "Working with Remotes"] | ||
+ | |||
+ | |||
+ | Release tag creation and naming in Git | ||
+ | |||
+ | * https://git-scm.com/book/en/v2/Git-Basics-Tagging | ||
Revision as of 22:24, 5 February 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:
- Create new git repository by Karl Broman
- Add existing project to Github
- rename a file under Git version control
- git-diff
$ git diff HEAD .
Markdown and .md file formatting at Github
Git and Working with Remote Repositories
Release tag creation and naming in Git
Git Command Examples
On the local work station, to see from which remote git repository a working copy comes:
$ git remote -v