Git

Git

Rupavathi S


git status

git diff

git diff -r HEAD data/reports.txt

git log

git log path

git add .

git commit -m 'test'

git commit

#editor opens, type message and save

Report Page