Skip to content

Commit

Permalink
Merge pull request #4 from itsme-rash522/git-commands
Browse files Browse the repository at this point in the history
Update gitCommands.html
  • Loading branch information
itsme-rash522 authored Feb 28, 2024
2 parents 73f98c2 + 31574c7 commit b05c3e7
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion gitCommands.html
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,10 @@ <h1>For Git Bash / Any CMD</h1>
<li>git branch -d NewBranch</li>
<li>git switch -c AnotherBranch</li>
<li>git merge AnotherBranch</li>
<li>git push --all</li>
<li>git fetch</li>
<li>git merge</li>
<li>git pull</li>
</ul>

<hr>
Expand Down Expand Up @@ -73,4 +77,4 @@ <h2>Push an existing repository from the command line</h2>

</body>

</html>
</html>

0 comments on commit b05c3e7

Please sign in to comment.