(LINUX) LINUX (2016)

Publish branch to Github from Linux

# git config --global user.email "XXXXXX275@gmail.com"
# git config --global user.name "YYYYYYYYYYYYY"
# git config --global --edit
#
# cd /home/admin/Documents/ZebraScanner
# git init
# git add .
# git branch -M main
# git commit -m "first commit"
# git remote add origin https://github.com/Alex-1347/airport-security-system-based-on-scanner.git
# git push --force -u https://github.com/Alex-1347/airport-security-system-based-on-scanner.git

Add image to description


Update with token instead login/password.





Git context:



Comments ( )
Link to this page: //www.vb-net.com/Github/Index.htm
< THANKS ME>