Git:- “git add .”

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

GitHub:- Git push – Error Message – “Failed to enumerate credentials. [0x520]”

Background On a couple of Git Repositories, I have been having issues completing "git push" commands.   Error Message Failed to enumerate credentials. [0x520] Image Textual Explanation fatal: Failed to enumerate credentials. [0x520] fatal: A specified logon session does not exist. It may already have been terminated TroubleShooting Outline Git Commands Git Remote Tasks Git … Continue reading GitHub:- Git push – Error Message – “Failed to enumerate credentials. [0x520]”

GitHub:- “Password Authentication is deprecated”

Background Sometimes last week received an email from GitHub.   Email Basic Authentication using a password to Git is deprecated Image Textual Explanation Here is what is conveyed via email:- Repository Name DanielAdeniji/hello Git Client Version git/2.29.2.windows.2. Git Client Version Number 2.29.2 OS Version Windows Notice Basic authentication using a password to Git is deprecated … Continue reading GitHub:- “Password Authentication is deprecated”

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”