Skip to content
Snippets Groups Projects
Commit 3ecd60b3 authored by Markus Frank's avatar Markus Frank
Browse files

Add git helper in doc

parent 9e996f69
No related branches found
No related tags found
No related merge requests found
## Add single file after change
git add -f DDCond/include/DDCond/ConditionsTextRepository.h
## Add all changes interactively with asking
git add -p
## Equiv to svn diff (after 'git add')
git diff --staged
## Equiv to svn diff (raw stuff)
git diff
## Equiv svn status
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment