Click here to Skip to main content
65,938 articles
CodeProject is changing. Read more.
Everything / DevOps / Git

Git

Git

Great Reads

by sumit_kapadia
Simple and free approach to manage your code on cloud with git-SCN and dropbox
by Tim Pettersen
Bitbucket provides the most accurate and useful pull request diff.
by AmrDeveloper
Introduce GQL (A Git Query Language) to perform SQL like queries on .git files
by Member 14874449
Walk-through and source code for an Excel VBA development workflow

Latest Articles

by sumit_kapadia
Simple and free approach to manage your code on cloud with git-SCN and dropbox
by Tim Pettersen
Bitbucket provides the most accurate and useful pull request diff.
by AmrDeveloper
Introduce GQL (A Git Query Language) to perform SQL like queries on .git files
by Member 14874449
Walk-through and source code for an Excel VBA development workflow

All Articles

Sort by Score

Git 

by John Atten
CodeProjectWhile there are GUI interfaces available for GIT (some good, some bad), familiarity with at least the basics of git’s command line interface can only enhance your ability to use the tool to maximum effectiveness.
by levelnis
Part 2 of a series on deploying to Microsoft Azure
by Gowrishankarnath
This article raised from my own need to find an easy to use guide with all the information related to setting up a Python working environment using PyCharm, Enthought Canopy and GitHub at a single source.
by Christian Specht
How to delete an SSH key from Git Gui
by John Atten
Third part in a series focused on getting familiar with Git for Windows developers
by Feature Extraction
Git Branching Essentials
by John Atten
Interactive patch staging with Git add -p.
by John Atten
Here is the quick version of Git Subtree Merge
by John Atten
Interactively stage portions of a single changed file for Commit using git add -p.
by levelnis
Part 3 of a series on deploying to Microsoft Azure
by Simon Jackson
Some of the best working practices for working with open source projects.
by Divya Ulasala
Check out remote Git branch that does not exist on local clone
by Ahmed Bouchefra
Deleting remote and local branches from your Git repositories
by Divya Ulasala
This blog entry explains how to set up a different username and email id for a personal project.
by John Atten
Managing nested libraries using the GIT subtree merge workflow
by Jeffrey T. Fritz
Get started with .NET and C# at command line
by Tadit Dash (ତଡିତ୍ କୁମାର ଦାଶ)
We will discuss a quick tip to resolve the SourceTree issue mentioned in the title.
by Trần_Tuấn_Anh
Managing configuration in modern distributed systems can be challenging. As applications scale and evolve, maintaining a centralized and consistent configuration across multiple environments is critical.
by Simon Jackson
Syncfusion’s "Succinctly" series, one of the largest free (and still growing) set of technical books covering everything from languages, to source control systems and beyond.
by PascalLandau
How to setup git-secret to store secrets directly in the repository
by Shun Huang
How to use Git submodule and develop mode for managing Python projects
by Jeffrey T. Fritz
In this article, I will show you how to configure the "GitHub for Windows" application to interact with a BitBucket repository.