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
GitHub
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
GitHub:- Adding Collaborators
Background This past weekend I was looking at someone's code, but as per normal, it was way over my head. I thus googled on some keywords, and thankfully found other sample scripts. The sample codes were a bit more verbose and I was able to follow them a bit more. Clean up The Code Was … Continue reading GitHub:- Adding Collaborators
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
GitHub – Gist – Feedback
Background GitHub's Gist is a nice and fun way to quickly share code snippets. Limitations Though, fun it has certain stubborn limitations. Outline Cannot change a snippet viewership from public to private Cannot name a gist Security Viewership Yes, one can promote a gist viewership from private to public. But, it is one … Continue reading GitHub – Gist – Feedback
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).”
You must be logged in to post a comment.