しめ鯖日記

swift, iPhoneアプリ開発, ruby on rails等のTipsや入門記事書いてます

2015-04-01から1ヶ月間の記事一覧

gitでremoteブランチに切り替えるコマンドを短縮する

悩み 下コマンドをremoteブランチに切り替えてたんですが長くて辛いので短縮方法を調査。 $ git checkout -b remote_branch -t origin/remote_branch Branch remote_branch set up to track local branch master. Switched to a new branch 'remote_branch' …