Gilab
Git global setup
Create a new repository
Existing folder
Existing Git repository
Tao 1 project moi trong gitlab.com
sau do nhap existing_folder tren computer nhu sau
cd existing_folder
git init
git remote add origin
https://gitlab.com/auv_packages/px4_firmware.git
git add .
git commit -m "Initial commit"
git push -u origin master
Last updated