Difference between revisions of "Git"

from HTYP, the free directory anyone can edit if they can prove to me that they're not a spambot
Jump to navigation Jump to search
 
(One intermediate revision by the same user not shown)
Line 17: Line 17:
 
* {{l/sub|gitignore}}
 
* {{l/sub|gitignore}}
 
===Software===
 
===Software===
 +
* '''extensions''':
 +
** [[Git-Mediawiki]]
 
* '''3rd-party''':
 
* '''3rd-party''':
 
** [https://git-scm.com/downloads/guis GUI clients]:
 
** [https://git-scm.com/downloads/guis GUI clients]:
Line 34: Line 36:
 
* {{l/manpage|git|manpage}}
 
* {{l/manpage|git|manpage}}
 
===How To===
 
===How To===
 +
* [[/color prompt]]: show Git status in the prompt, in colors
 
* [https://ohshitgit.com/ Oh Shit, Git!?!]: solutions to frequently encountered situations in Git
 
* [https://ohshitgit.com/ Oh Shit, Git!?!]: solutions to frequently encountered situations in Git
 
* [https://www.git-tower.com/learn/git/faq/git-rename-master-to-main/ How to Rename the <code>master</code> branch to <code>main</code> in Git]: the [[GitHub]] portion of this is also doable in [[GitLab]], though the process is slightly different.
 
* [https://www.git-tower.com/learn/git/faq/git-rename-master-to-main/ How to Rename the <code>master</code> branch to <code>main</code> in Git]: the [[GitHub]] portion of this is also doable in [[GitLab]], though the process is slightly different.

Latest revision as of 14:13, 19 September 2025

About

Git is a version control system based on a powerful distributed model.

Pages

Files

Software

Error Messages

  • Error Code 403 fatal: HTTP request failed may indicate a bad password. I've found that sometimes the password either doesn't paste properly or else isn't being accepted the first time; trying again with the same password may work. (The password is not displayed, so I'm not sure which it is.)

Links

Reference

How To

Online Books

Online Courses

Articles

Discussion