Skip to content
/ GitStuff Public

Useful git stuff (.gitignore, .gitconfig etc.)

Notifications You must be signed in to change notification settings

Carq/GitStuff

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Git Stuff

gitalias

.gitconfig

nfb - new feature branch
nbb - new bug branch
cm - commit with message
ch - checkout
push-set - push with seting upstream
pdev - pull origin develop
loc - Print changed files, inserted lines of code and deleted lines of code: git loc 2020-02-01 2020-03-29

gitignore

.gitignore_DotNet_and_VisualStudio - .gitignore for .NET and Visual Studio

Useful git commands

// Status with shorten output
git status -sb
// Checkout previous branch
git checkout -
// Show information about all branches
git branch -vv
// Sort branches by commit date
git branch --sort=-committerdate

About

Useful git stuff (.gitignore, .gitconfig etc.)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published