Logo

GitLab

Sign in

Massimiliano Regis / nexus_cli

  • Back to Dashboard
  • Project
  • Activity
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • nexus_cli
  • test.sh
  • aggiunta del plugin per jira
    43a657a0
    Tiziano Lambiase authored
    2016-08-31 17:07:34 +0200  
    Browse Code ยป
test.sh 115 Bytes
Edit Raw Blame History
1 2 3 4 5 6 7 8
echo $1
cd $1
p=$(git diff --name-only HEAD HEAD^)
b=0
for i in ${p[@]}; do 
b=$((b+1))
echo $b'________'$i; 
done