Local and remote library interaction library (vi)

1. Create a remote library

2. Create a remote database alias address in local

Note: The following operations must be operating in a local repository directory

(1) git remote -v View all current remote address aliases

(2) git remote add [alias] [Remote Address] 

3. Push

 

Guess you like

Origin www.cnblogs.com/myitnews/p/11504272.html