Skip to content

Instantly share code, notes, and snippets.

@sharl
Last active August 29, 2015 14:02
Show Gist options
  • Save sharl/79d6b9d0d4b1358d5f6c to your computer and use it in GitHub Desktop.
Save sharl/79d6b9d0d4b1358d5f6c to your computer and use it in GitHub Desktop.
git-clone-alter result
$ git clone-alter --name hoge --email "hoge@hoge" git@github.com:uricle/tiarra-modules.git
Cloning into 'tiarra-modules'...
remote: Counting objects: 41, done.
remote: Compressing objects: 100% (19/19), done.
remote: Total 41 (delta 22), reused 40 (delta 22)
Receiving objects: 100% (41/41), 21.26 KiB, done.
Resolving deltas: 100% (22/22), done.
$ tail -3 tiarra-modules/.git/config
[user]
name = hoge
email = hoge@hoge
$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment