Page MenuHomePhabricator
Paste P17474

git clone "https://gerrit.wikimedia.org/r/test/test"
ArchivedPublic

Authored by zeljkofilipin on Oct 13 2021, 3:41 PM.
~$ git clone "https://gerrit.wikimedia.org/r/test/test"
Cloning into 'test'...
remote: Counting objects: 5, done
remote: Finding sources: 100% (5/5)
remote: Getting sizes: 100% (3/3)
Receiving objects: 100% (5/5), done.
remote: Total 5 (delta 0), reused 3 (delta 0)
~$ cd test
~/test$ git checkout -b T293258
Switched to a new branch 'T293258'
~/test$ git add readme.md
~/test$ git commit
[T293258 bea1cc2] documentation: Add readme file
1 file changed, 3 insertions(+)
create mode 100644 readme.md
~/test$ git review
Your change was committed before the commit hook was installed.
Amending the commit to add a gerrit change id.
Username for 'https://gerrit.wikimedia.org': zfilipin
Password for 'https://zfilipin@gerrit.wikimedia.org':
remote:
remote: Processing changes: new: 1 (\)
remote: Processing changes: new: 1 (|)
remote: Processing changes: refs: 1, new: 1 (|)
remote: Processing changes: refs: 1, new: 1 (|)
remote: Processing changes: refs: 1, new: 1, done
remote:
remote: SUCCESS
remote:
remote: https://gerrit.wikimedia.org/r/c/test/test/+/730561 documentation: Add readme file [NEW]
remote:
To https://gerrit.wikimedia.org/r/test/test
* [new branch] HEAD -> refs/for/master%topic=T293258