ssh related

Section Title

git copy 本地branch puch remote

2003 git checkout -b SSL

2004 git remote set-url origin https://github.com/oshindow/icefall.git

2005 git push -u origin SSL

2006 git add .py

2007 git status

2008 git add '.py'

2009 git status

2010 git push -u origin SSL

2011 git commit -m "SSL v1"

2012 git push -u origin SSL