2017년 7월 25일 화요일

git...command



[root@localhost ~]# iptables -I INPUT -p tcp -m state --state NEW --dport 22 -j ACCEPT
[root@localhost ~]# service sshd restart

[root@www ~]# systemctl start httpd
[root@www ~]# systemctl enable httpd
service httpd restart

git push --set-upstream gittest master

git://serv1.isurp.com/kyodo.git
git://192.168.1.4/sample.git
ssh://git;git@192.168.1.4/opt/git/sample.git

git remote add test2 ssh://root:git@192.168.1.4/opt/git/public_git/test.git

ssh://root:git@192.168.1.4/opt/git/public_git/test.git
ssh://root:git@192.168.1.4/opt/git/public_git/test.git



[root@localhost ~]# iptables -I INPUT -p tcp -m state --state NEW --dport 22 -j ACCEPT
[root@localhost ~]# service sshd restart

[root@www ~]# systemctl start httpd
[root@www ~]# systemctl enable httpd
service httpd restart

git push --set-upstream gittest master

git://serv1.isurp.com/kyodo.git
git://192.168.1.4/sample.git
ssh://git;git@192.168.1.4/opt/git/sample.git

git remote add test2 ssh://root:git@192.168.1.4/opt/git/public_git/test.git

ssh://root:git@192.168.1.4/opt/git/public_git/test.git
ssh://root:git@192.168.1.4/opt/git/public_git/test.git


dir /b/s *.exe >> filelist.txt

"C:\Program Files\Git\bin\sh.exe" --login
& 'C:\Program Files\Git\bin\sh.exe' --login


http://qiita.com/h5y1m141@github/items/4bb17d3439cd957ed2c0
https://git-scm.com/book/ja/v2
http://tracpath.com/bootcamp/learning_git_firststep.html
http://rogerdudler.github.io/git-guide/index.ja.html