When working with Git, managing branches efficiently is crucial for keeping your repository clean and organized. If you no longer need a local branch, deleting it can help maintain clarity in your …
GitHub • Tag Archive
GitHub is a web-based platform that provides hosting for software development projects, along with tools for version control, collaboration, and code management.
It is widely used by developers, organizations, and open-source communities to manage and share code, track bugs, and build software.
GitHub also offers a range of features for community management, such as wikis, issue tracking, pull requests, and project management tools.
Github: How to Fork Github Repository, Create Pull Request and Merge?
Github is pretty awesome. I simply love using it. GitHub is a Git repository web-based hosting service which offers all of the functionality of Git as well as adding many of it's own features. …
Read Article about Github: How to Fork Github Repository, Create Pull Request and Merge? →
How to set GitHub user.name and user.email per Repository? Different .config file for different Repository
Do you have Personal GitHub and Work related GitHub account? I'm sure you do. Most of the fortune 500 companies are now using GitHub as their official code repository. By default …
How to Embed and Share Github Gists on your WordPress Blog without Plugin?
What is Gist? Gist is an easy method to share code snippets or excerpts of data with others. Gist is owned by Github and used by millions of developers across the world. Today, I’m exited …
Read Article about How to Embed and Share Github Gists on your WordPress Blog without Plugin? →
How to create Java Maven Project and push it to Github from IntelliJ IDEA without any Git Client?
IntelliJ IDEA is no doubt one of the best Java IDE out there. On Crunchify, we have published number of articles on Eclipse IDE and how to generate Maven project and run your complete end to end …
How to Access Github Content with Basic OAuth Authentication in Java? HTTPClient Or URLConnection Method
Sometime back I've written an article on How to Read GitHub File Contents using HttpURLConnection. In that tutorial we have created a simple "InputStreamToString" conversion utility which we will use …
GitHub unlimited private repositories are free for all users compare to $7/month before
Today is a great day for all GitHub users and developers. Thanks to Microsoft acquisition of GitHub, Microsoft has made very positive changes for developer community. Starting today, Free Github …
In Java How to Read GitHub File Contents using HttpURLConnection + ConvertStreamToString() utility
In this Java Tutorial we will go over steps to retrieve GitHub URL content using HttpURLConnection. In other words below is a Java API to get a file content from GitHub. Each HttpURLConnection …
How to fix GitHub [Unrecognized author] Commit Message and Commits linked to the Wrong User?
Have you ever noticed an issue during push commit operation to Github? If you are using Github for your personal and professional work related accounts then there are more chances that you see …
GIT Repository: What does ‘Stage’ Mean in GIT Source Control
Version Control - What is the benefit of git's two-stage commit? Git can help you with Version Control and with Web Site Deployment. GitHub is a web-based hosting service for projects that use the …
Read Article about GIT Repository: What does ‘Stage’ Mean in GIT Source Control →
SmartGit Setup Guide: My Favorite Client for Git and Mercurial
How to Setup SmartGit for your BitBucket / GitHub Repository? Let me 1st explain why I choose SmartGit for my ButBucket Git Repository... SmartGit/Hg's main user interface is similar to those of …
Read Article about SmartGit Setup Guide: My Favorite Client for Git and Mercurial →
Why I choose BitBucket over Github for Personal Projects? Free Private Repository at Bitbucket compare to Paid option at Github
I use both GitHub and BitBucket. When I first researched using Bitbucket, I came to the conclusion that even though they are in the same business, they have different revenue models. The problem …