From ef1e18fb91c438031ef808ce60522ced815c2b5e Mon Sep 17 00:00:00 2001 From: Abdelilah El Aissaoui Date: Mon, 31 Jan 2022 15:29:39 +0100 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 89affa2..0f38d23 100644 --- a/README.md +++ b/README.md @@ -17,23 +17,23 @@ Right now you CAN: - Commit. - Reset commits. - Revert commits. -- Merge commits (still lacking). +- Merge. +- Rebase. - Create and delete branches locally. - Create and delete tags locally. - View remote branches. - Pull and push. - Stash and pop stash. - Checkout a commit (detached HEAD). +- View changes/diff in images (side to side comparison). Right now you CAN'T: -- Rebase. - Rebase interactive. - Manage remotes. - Remove branches from remote. - Remove tags from remote. - Force push. -- View changes/diff in images (side to side comparison). - Side by side diff in text files. - Start a new local repository. - View stashes in the log tree.