Git – File Operations – Case Sensitivity

Background If you use git from the command line as I do, you will likely run into git file command requests that does not stick. For instance, you issue "git add <filename>". And, issue "git commit" or "git status" and notice that the file you added is not tagged for local commit. If your file … Continue reading Git – File Operations – Case Sensitivity

Microsoft/GitHub:- Copilot – Opensource / Piracy

Legal Opinion Software Freedom Conservancy On the filing of the Class Action Law Suit over GitHub's Copilot Link On the filing of the Class Action Law Suit over GitHub's Copilot November 4, 2022 Many of you are inquiring about a lawsuit filed yesterday afternoon by two “J Doe” Plaintiffs regarding the serious and ongoing GitHub … Continue reading Microsoft/GitHub:- Copilot – Opensource / Piracy

Git:- .gitignore file

Background Git is straight forward. And, usually out of the way.   Exclude Files As you develop applications, you may find out that you do not need to store away the binary files produced by your application. Depending on your programming language, the file extensions will vary. For example:- C, C++, C# Object File ( … Continue reading Git:- .gitignore file

Git – Special Files – .gitattributes

Background Unfortunately ran into an error trying to upload a big file unto Git. Git Git LFS I thought I had that problem behind me. Years prior I had set up Git LFS. By the way,  LFS translates to "Large File Support". StackOverfow Googled for help. Thankfully landed at StackOverfow. The StackOverfow Q/A Post is … Continue reading Git – Special Files – .gitattributes

WordPress:- ShortCodes

Background WordPress is an actual platform. As a platform, it provides tooling to consume data and media from various sources.   Outline Music YouTube SoundCloud Image Sharing Pinterest Code Sharing GitHub Gist   Contents Music YouTube Outline Link Paste the link Embed with a Short Code Use youtube tag Link Paste the link https://www.youtube.com/watch?v=JDb3ZZD4bA0   … Continue reading WordPress:- ShortCodes

GitLab:- Snippet Managing

Background In this post, we will cover how to manage snippets in GitLab.   GitLab Snippet Outline Here are the steps for creating a snippet in GitLab. Initiate From the top menu bar, access the Snippets option Snippets Your Snippets Explore Snippets New Snippet - Adding Title Description Files Individual Files Filename Code Snippet Visibility … Continue reading GitLab:- Snippet Managing

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

Git Cli – Error – “git@github.com: Permission denied (publickey).”

Background I needed to take a quick look at a GitHub repository. I launched a command shell and issued "git clone" against the repository. Git Command Here is the syntax and sample for the git clone command. Git Clone Syntax Text     Error Error Message Unfortunately, we encountered an error. The error is:- Image … Continue reading Git Cli – Error – “git@github.com: Permission denied (publickey).”