Editing Git

Jump to navigation Jump to search

Warning: You are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to your username, along with other benefits.

The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then save the changes below to finish undoing the edit.

Latest revision Your text
Line 1: Line 1:
 
<code>[[wikipedia:git (software)|git]]</code> ([[2005]]) is a distributed [[revision control software]].
 
<code>[[wikipedia:git (software)|git]]</code> ([[2005]]) is a distributed [[revision control software]].
 
* [[git init]]
 
* [[git bisect]]
 
* [[git clone]]
 
* [[git config]]
 
* [[git log]]
 
* [[git pull]]
 
* [[git push]]
 
* [[git fetch]]
 
* [[git remote]]
 
* [[git show]]
 
* [[git checkout]]
 
* [[git switch]]
 
  
 
== Activities ==
 
== Activities ==
 
=== Git Installation ===
 
=== Git Installation ===
 
# Download Git from https://git-scm.com/downloads.
 
# Download Git from https://git-scm.com/downloads.
# Install Git. (MacOS: <code>[[brew install git]]</code>)
+
# Install Git. (MacOS: <code>brew install git</code>)
 
# apt install git or apt install [[git-all]]
 
# apt install git or apt install [[git-all]]
  
Line 52: Line 39:
 
{{git log}}
 
{{git log}}
  
=== [[git show]] ===
+
=== Git show ===
 
* <code>[[git show]] 3c88ad72430</code>
 
* <code>[[git show]] 3c88ad72430</code>
  
Line 63: Line 50:
 
* <code>git log --decorate=full --simplify-by-decoration</code>
 
* <code>git log --decorate=full --simplify-by-decoration</code>
 
* Print lines matching a pattern:<code>git grep TEXT_TO_SEARCH</code>
 
* Print lines matching a pattern:<code>git grep TEXT_TO_SEARCH</code>
* <code>[[git merge]]</code><ref>https://dev.to/neshaz/how-to-use-git-merge-the-correctway-25pd</ref>
+
* <code>git merge</code><ref>https://dev.to/neshaz/how-to-use-git-merge-the-correctway-25pd</ref>
* [[Move existing, uncommitted work to a new branch in git]]
 
  
 
== Tips and Tricks ==
 
== Tips and Tricks ==
Line 81: Line 67:
 
* <code>[[git stash]]</code>
 
* <code>[[git stash]]</code>
 
* [[GitBook]]
 
* [[GitBook]]
* <code>[[diffuse -m]]</code>
 
  
 
== Related software ==
 
== Related software ==

Please note that all contributions to wikieduonline may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see Wikieduonline:Copyrights for details). Do not submit copyrighted work without permission!

Cancel Editing help (opens in new window)

Advertising: