Git operations -DevOps

// Initialize the warehouse 
git the init
//
copy the source file to the current "empty directory", to add the current directory to the repository git add.
// then commit the changes 
git the commit -m ' initialization warehouse ' // connection to a remote repository 
git the Add Remote origin HTTPS: // esquel.visualstudio.com/FCSS/_git/backend // will be submitted as a local origin to the distal the Push git -u Origin --all



 

Guess you like

Origin www.cnblogs.com/winchance/p/12426245.html