Veltro-pm / testje

test git commands

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

testje

test git commands

use strict ;
use warnings ;

my $pussycat = "sweet" ;
warn "pussycat = $pussycat\n" ;
git add .
git add test.txt
git commit
git push
git branch -a
git checkout oring/master
git push origin HEAD:master
git log
git log --oneline --graph --decorate --all
git reflog
gitk --all
git diff --name-only --cached or git diff --name-only --staged

Hello 1 Hello 2 Hello 3 Hello 4

About

test git commands

License:GNU General Public License v3.0