Git Operations: Difference between revisions
Jump to navigation
Jump to search
Line 2: | Line 2: | ||
* [[Git#Subjects|Git]] | * [[Git#Subjects|Git]] | ||
=Install= | |||
==Mac== | |||
==RHEL== | |||
<syntaxhighlight lang='bash'> | |||
yum install -y git | |||
</syntaxhighlight> | |||
=Procedures= | =Procedures= |
Revision as of 18:13, 30 April 2022
Internal
Install
Mac
RHEL
yum install -y git
Procedures
- Git Command Autocompletion
- Add Another Remote to an Existing Repository
- Branch Operations
- Update a Commit Message that Has Not Been Pushed Yet
- Deleting Commits from History
- Squashing Commits
- Fixing a Merge Broken by Base Branch Rebase
- Worktree Operations