Skip to content

Commit

Permalink
update the delete branch link in alphabetical order
Browse files Browse the repository at this point in the history
  • Loading branch information
JiaHua-Zou committed Oct 13, 2021
1 parent ea13b65 commit 220ffd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ Give us a :star: if you like our work :heart:
- [Configure Author](commands/git/git-name-email-config.md) - Configure author name and email.
- [Configured Author](commands/git/git-name-email-config-check.md) - Check configured author name or email.
- [Create branch](commands/git/git-new-branch.md) - Create a new branch.
- [Delete branch](commands/git/git-delete-branch.md) - Delete a branch from remote git repository.
- [Git RefLog](commands/git/git-reflog.md) - Gives the complete activity trace of the repository.
- [Modify Commit](commands/git/git-commit-amend.md) - Modify last commit details (commit message, author...).
- [Pull changes](commands/git/git-pull.md) - Pull remote changes to local repository.
Expand All @@ -87,7 +88,6 @@ Give us a :star: if you like our work :heart:
- [Stash List](commands/git/git-stash-list.md) - Check stash stack list.
- [Stash Revert](commands/git/git-stash-revert.md) - Revert stashed changes from stash stack.
- [Switch Branch](commands/git/git-switch-branch.md) - Switch current working branch.
- [Delete branch](commands/git/git-delete-branch.md) - Delete a branch from remote git repository.

## Heroku

Expand Down

0 comments on commit 220ffd3

Please sign in to comment.