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 push
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 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”