/testje

test git commands

GNU General Public License v3.0GPL-3.0

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