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 commit
Git:- Git Commit – Comments – Changing Last Commits
Background A couple of days ago, I made a few important code changes and thought it worthy to keep the changes. Review Commit History - Before Any New Commits Let us quickly review our commit history prior to this post. git commit git log syntax sample Output Output - Image Output - Text Explanation Issuing … Continue reading Git:- Git Commit – Comments – Changing Last Commits
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
Git Repository Spring Cleaning Using “BFG Repo-Cleaner”
Background I will be the first one to admit it, a lot of what I write about is for nothing's sake; it is just to write. As mum reminded me this last weekend, "you talk just for the sake of talking". To which I laughed, knowing she said it in the most endearing way. … Continue reading Git Repository Spring Cleaning Using “BFG Repo-Cleaner”
You must be logged in to post a comment.