Git Operations: Difference between revisions
Jump to navigation
Jump to search
(9 intermediate revisions by the same user not shown) | |||
Line 2: | Line 2: | ||
* [[Git#Subjects|Git]] | * [[Git#Subjects|Git]] | ||
=Install= | |||
==Mac== | |||
==RHEL== | |||
<syntaxhighlight lang='bash'> | |||
yum install -y git | |||
</syntaxhighlight> | |||
=Procedures= | =Procedures= | ||
* [[Git Command Autocompletion#Overview|Git Command Autocompletion]] | |||
* [[Git Add Another Remote to an Existing Repository|Add Another Remote to an Existing Repository]] | * [[Git Add Another Remote to an Existing Repository|Add Another Remote to an Existing Repository]] | ||
* [[Git Branch Operations|Branch Operations]] | |||
* [[Git_commit#Update_a_Commit_Message_that_Has_Not_Been_Pushed_Yet|Update a Commit Message that Has Not Been Pushed Yet]] | |||
* [[Git Deleting Commits from History|Deleting Commits from History]] | |||
* [[Git Squashing Commits|Squashing Commits]] | |||
* [[Git Fixing a Merge Broken by Base Branch Rebase|Fixing a Merge Broken by Base Branch Rebase]] | |||
* [[Git Worktree Operations|Worktree Operations]] | |||
* [[Git Forked Repository Operations|Forked Repository Operations]] | |||
=Commands= | =Commands= | ||
{{Internal|Git Commands|Git Commands}} | {{Internal|Git Commands|Git Commands}} |
Latest revision as of 23:33, 31 October 2023
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
- Forked Repository Operations