-
Notifications
You must be signed in to change notification settings - Fork 1
Commands
unak edited this page May 15, 2013
·
8 revisions
usagit では提供しない。 とはいえ、ug initくらいできてもいいかも。
リモートリポジトリの取得
ug clone git://github.com/unak/usagit.git
リモートリポジトリの設定。
working directory の更新。 svn up 相当であり、git-checkout + git-pull - ブランチ みたいな存在。 git stash(pop)を前後に挟む必要があるかも?
working directory の内容をリポジトリに反映。 push はしない。
index に updated なファイルがあれば git commit 相当、なければ git commit -a 相当。
remote repository に local repository の内容を送信
local repository の current branch の内容を default remote repository に送信。 remote に current と同名のブランチが存在しない場合は単にエラー?
git 同様、index に指定したファイルの変更を反映する。
svn や git と同様。
svn:ignore とかの設定
svn 的な意味での revert。 git-revert 的なものは必要か、必要なら名前はどうするか。
svn merge -c -12345
git-checkout はこっち
Ctrl+Z
ヘルプ表示。これは全然問題ない。
- reflog
- stash