Click here to Skip to main content
15,891,607 members
Everything / DevOps / Git

Git

Git

Great Reads

by Akhil Mittal
Directly check in VS extension to Git repo and automatically deploy to staging server via continuous integration
by Enrique Albert
Azure WebSite and W8 Store App using SQL-CE, Azure SQL, Mobile Services, SignalR, EF, WebAPI and integration to Bing Maps
by Ivan Yakimov
In this article, I'll explain how to build a robust Git hooks system using C#. Also, I'll show how to use it to solve a couple of nasty problems with development collaboration.
by Mark Pelf
Comparison of Git functionality of Visual Studio 2022 to some other Git Gui clients

Latest Articles

by Modesty Zhang
Illuminate git internal on object model via a `git stash` implementation, including push, apply, pop, drop, list and clear, all with isomorphic-git
by Mike-MadBadger
A beginner's tour of some alternative options for Version Control Systems
by AmrDeveloper
Introduce GQL (A Git Query Language) to perform SQL like queries on .git files
by Mark Pelf
Using Git “skip-worktree” option can create problems with Git Pull

All Articles

Sort by Title

Git 

18 Sep 2012 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.
12 Jan 2017 by levelnis
Part 2 of a series on deploying to Microsoft Azure
8 Nov 2015 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.
7 Sep 2017 by Christian Specht
How to delete an SSH key from Git Gui
20 Sep 2012 by John Atten
Third part in a series focused on getting familiar with Git for Windows developers
17 Feb 2015 by Feature Extraction
Git Branching Essentials
20 Sep 2013 by John Atten
Interactive patch staging with Git add -p.
16 Mar 2013 by John Atten
Here is the quick version of Git Subtree Merge
11 Sep 2013 by John Atten
Interactively stage portions of a single changed file for Commit using git add -p.
19 Jan 2017 by levelnis
Part 3 of a series on deploying to Microsoft Azure
24 Oct 2013 by Simon Jackson
Some of the best working practices for working with open source projects.
2 Feb 2023 by Divya Ulasala
Check out remote Git branch that does not exist on local clone
21 Aug 2020 by Ahmed Bouchefra
Deleting remote and local branches from your Git repositories
2 Oct 2022 by Divya Ulasala
This blog entry explains how to set up a different username and email id for a personal project.
16 Mar 2013 by John Atten
Managing nested libraries using the GIT subtree merge workflow
12 Dec 2022 by Jeffrey T. Fritz
Get started with .NET and C# at command line
30 Nov 2016 by Tadit Dash (ତଡିତ୍ କୁମାର ଦାଶ)
We will discuss a quick tip to resolve the SourceTree issue mentioned in the title.
22 Jul 2013 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.
1 May 2022 by PascalLandau
How to setup git-secret to store secrets directly in the repository
24 Dec 2019 by Shun Huang
How to use Git submodule and develop mode for managing Python projects
14 Mar 2013 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.