目指せ!!full stack developer

一生プログラマーのままに生きたい

2016-09-02から1日間の記事一覧

git コマンド2 バージョン管理

git

//to see version No. git log //to see current version No. git reflog //forc to some version git reset --head <バージョン番号> //current status about branch git branch //create new branch git branch <new name> //trunk <==> branches git checkout <branch name> //ad</branch></new>…