From 46980a29b86eb32e35025db8bf4becfc32bceafd Mon Sep 17 00:00:00 2001 From: Akshit Jain <82156880+akshit-jain@users.noreply.github.com> Date: Sat, 1 Oct 2022 01:26:51 +0530 Subject: [PATCH] Added blame and remove command --- gitcmds.txt | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/gitcmds.txt b/gitcmds.txt index c63f98a..8379fea 100644 --- a/gitcmds.txt +++ b/gitcmds.txt @@ -86,3 +86,9 @@ $ git remote -v -> View remote repository configuration $ git tag [commitID] -> This command is used to give tags to the specified commit. +Display the modification on each line of a file: +$ git blame + +Remove the files from the working tree and from the index: +$ git rm +