Git 本地库提交至远程服务器

   Git    Git  Bash
1
2
3
4
5
6
7
8
9
git init

git add .

git commit -am "###" -------以上3步只是本地提交

git remote add origin 远程地址

git push origin master
AngularJs Http 请求拦截器
CentOS Git 服务器搭建