Show Menu
Cheatography

Test Sheet v1 Cheat Sheet (DRAFT) by

Lorem Ipsum Description

This is a draft cheat sheet. It is a work in progress and is not finished yet.

TFS Batch Checkout

tfs checkout *.vcxproj /recursive
Must be run from the VS Developer Console (in Start Menu)

Correct Log Messages

git commit --amend --date "­#"
GIT_CO­MMI­TTE­R_D­ATE­="#"
GIT_AU­THO­R_DATE
GIT_AU­THO­R_EMAIL
GIT_AU­THO­R_NAME

Remotes

git remote
git pull <se­rve­r> <br­anc­h>
git checkout --track <se­rve­r>/­<br­anc­h>

Push Sequence

git fetch <se­rve­r>
git push <se­rve­r> <br­anc­h>
git push <se­rve­r> --delete <br­anc­h>