Click here to Skip to main content
15,880,972 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 Score

Git 

3 Feb 2019 by Thinira
Continuous Integration and Delivery with VSTS (Visual Studio Team Services)
26 Dec 2015 by Dmitry Handin
This tip describes steps for creating git repository without git init command.
11 Aug 2022 by Mark Pelf
An overview and comments on a new feature of VS2022, v17.3.0, Git Line staging
5 Aug 2016 by Dinand.dotnet
Use Git with cloudforge, and switch from SVN to Git
15 May 2015 by Vasil Trifonov
Git History Tool
29 Jun 2020 by Member 14874449
Walk-through and source code for an Excel VBA development workflow
6 Oct 2014 by pi19404
In this article we will look at how to use Git Subtree Tool to split a sub-directories of a project into separate project
16 Jan 2015 by SneakyPeet
Git Goodies That You Might Not Know About: git stash
7 Jun 2018 by Shao Voon Wong
How to create a Pull Request at GitHub
4 Jan 2021 by Martin ISDN
One of the possible ways to merge a folder from feature branch into master
7 May 2021 by Marcell Lipp
Git used for debugging
3 Apr 2022 by Truemark Technology
A step-by-step process to rename files so that Git can detect them
12 Aug 2022 by Mark Pelf
Git push to GitHub or Bitbucket from 3rd party GUI client results in "Authentication Failed"
2 Apr 2013 by Carlos1907
Splitting repository and remove folders preserving history
1 Jul 2010 by Thiru Thirunavukarasu
How to use WinMerge to view diffs with Git under Cygwin
5 Oct 2016 by dileep
Build Using NPM and Git
3 Aug 2019 by Benktesh Sharma
How to combine multiple git commits into a single commit in GIT using Squash
6 Aug 2019 by Benktesh Sharma
Have you ever had a need to clean up all the history in the git repository? I will show how to clean the commit history in git using tools and technique using command lines.
16 Jul 2020 by cassert24
A single-script git bisection utility wrapper for memory corruption bugs
28 Jul 2023 by AmrDeveloper
Introduce GQL (A Git Query Language) to perform SQL like queries on .git files
19 May 2020 by Marcell Lipp
A proof introduction to Git blame and Git bisect
17 Oct 2014 by _Noctis_
Help you set and run gitstats on your windows
30 May 2013 by Mohammed Hameed
Check-in/Check-Out mechanism for TFS - To avoid Build errors and improve productivity.
19 Dec 2012 by Anders Gustafsson, Cureos
Tricks to facilitate management system identification in a multi-SCM environment.
2 Mar 2020 by Marcell Lipp
GIT has a huge amount of users, but there are only a very few who know all the differences between cherry-pick, rebase and merge.
23 Sep 2013 by sumit_kapadia
Simple and free approach to manage your code on cloud with git-SCN and dropbox
25 Apr 2015 by OriginalGriff
Getting started with GIT, Visual Studio, and BitBucket isn't difficult - but it can take a bit of working out. Here is a simple explanation of what to do to get a new project under source control.
11 Jul 2015 by Dariush Tasdighi
How to add source codes (solution) to GIT source control and publish it in www.VisualStudio.com site.
14 Aug 2022 by Mark Pelf
We are showing how to overcome Git errors and merge unrelated histories