Background Quick Reminder on why not to quickly take pointers. Git Sessions Outline Session - 01 git add git add . git commit git reset Session - 02 git add git add <filename> git status git commit git push Session - 01 git add Issued "git add ." git commit Issued git commit. My editor … Continue reading Git:- “git add .”
git reset
Git – Command – “git reset”
Background A few posts ago we touched on a couple of git commands. Let us talk about git reset. Thankfully, rarely use it. Lineage Here are relevant preceding posts:- Git - Client - Commands Link Scenario Here is what led to this post. I created a couple of files. But, did not like the … Continue reading Git – Command – “git reset”
Git – Client – Commands
Background Let us review some of the GIT commands one will use each day. List of Command Command Description Syntax Link File Operation Add Add a new file git add <filename> Link Remove Remove an existing file git rm <filename> Link Rename or Move Rename or move an existing file git mv <filename> <folder> … Continue reading Git – Client – Commands
You must be logged in to post a comment.