Explore >> Select a destination


You are here

javier.io
| | zzamboni.org
8.7 parsecs away

Travel
| | via http://www.codinginahurry.com/2011/02/05/three-levels-of-git-config/ Very nice explanation, viacoding in a hurry There are 3 levels of git config; project, global and system. project: Project configs are only available for the current project and stored in .git/config in the project's directory. global: Global configs are available for all projects for the current user and stored in ~/.gitconfig. system: System configs are available for all the users/projects and stored in /etc/gitconfig. Create a pr...
| | visualstudioextensions.vlasovstudio.com
6.6 parsecs away

Travel
| | Visual Commander is a freemium extension allowing you to automate repetitive tasks in Visual Studio and SSMS. You can install Visual Commander in SQL Server Management Studio 21 Preview unzipping the latest Visual Commander installer to the SSMS IDE extensions directory "C:\Program Files\Microsoft SQL Server Management Studio 21\Preview\Common7\IDE\Extensions" Then in the main SSMS menu Extensions...
| | connorberry.com
10.0 parsecs away

Travel
| | Git with Vimdiff One time view: git difftool --tool=vimdiff --no-prompt Always: git config --global diff.tool vimdiff git config --global merge.tool vimdiff For Single Repository: git config diff.tool vimdiff git config merge.tool vimdiff To avoid having Git prompt when launching Vimdiff: git config --global difftool.prompt false
| | den.dev
25.1 parsecs away

Travel
| Make your GitHub life easier with no-touch commit signing.