Update README.md

This commit is contained in:
Abdelilah El Aissaoui 2022-01-31 15:29:39 +01:00 committed by GitHub
parent 6ca1e15ce8
commit ef1e18fb91
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17,23 +17,23 @@ Right now you CAN:
- Commit. - Commit.
- Reset commits. - Reset commits.
- Revert commits. - Revert commits.
- Merge commits (still lacking). - Merge.
- Rebase.
- Create and delete branches locally. - Create and delete branches locally.
- Create and delete tags locally. - Create and delete tags locally.
- View remote branches. - View remote branches.
- Pull and push. - Pull and push.
- Stash and pop stash. - Stash and pop stash.
- Checkout a commit (detached HEAD). - Checkout a commit (detached HEAD).
- View changes/diff in images (side to side comparison).
Right now you CAN'T: Right now you CAN'T:
- Rebase.
- Rebase interactive. - Rebase interactive.
- Manage remotes. - Manage remotes.
- Remove branches from remote. - Remove branches from remote.
- Remove tags from remote. - Remove tags from remote.
- Force push. - Force push.
- View changes/diff in images (side to side comparison).
- Side by side diff in text files. - Side by side diff in text files.
- Start a new local repository. - Start a new local repository.
- View stashes in the log tree. - View stashes in the log tree.