• This project
    • Loading...
  • Sign in

fangyeqing / xkl-interface · Files

Go to a project

GitLab

  • Go to dashboard
  • Project
  • Activity
  • Files
  • Commits
  • Pipelines 0
  • Builds 0
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Members
  • Labels
  • Wiki
  • Forks
  • Network
  • Create a new issue
  • xkl-interface
  • push.sh
  • add qrcode related code
    dae22c3e
    by zhaoyue
    2017-03-11 16:46:53 +0800  
    Browse Files
push.sh 183 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9
git pull
git add --all src/main/java/*
git add push.sh
git add pom.xml
git commit -m "add qrcode related code"
git push origin master
#git push origin zhaoyue-dev
git status
git pull