Created
May 21, 2012 23:16
-
-
Save arockwell/2765330 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| breport (rc-8194-facebook-remove-old) $ git checkout rc | |
| Switched to branch 'rc' | |
| breport (rc) $ git branch -D rc-8194-facebook-remove-old | |
| Deleted branch rc-8194-facebook-remove-old (was f08efc3). | |
| breport (rc) $ git st | |
| # On branch rc | |
| nothing to commit (working directory clean) | |
| breport (rc) $ gitc branch https://bleacherreport.lighthouseapp.com/projects/6296/tickets/8194-facebook-remove-old-facebook-js | |
| Your work will eventually merge into 'rc'. Is this correct? (y/n) | |
| y | |
| Retrieving branch information from gitcycle. | |
| Would you like to name your branch 'rc-8194-facebook-remove-old'? (y/n) | |
| y | |
| Adding remote repo 'br/breport'. | |
| Fetching remote 'br'. | |
| Checking out remote branch 'rc-8194-facebook-remove-old' from 'br/breport/rc'. | |
| Fetching remote 'origin'. | |
| Pulling 'origin/rc-8194-facebook-remove-old'. | |
| Pushing 'origin/rc-8194-facebook-remove-old'. | |
| Sending branch information to gitcycle. | |
| breport (rc-8194-facebook-remove-old) $ gitc push | |
| Retrieving branch information from gitcycle. | |
| Adding remote repo 'br/breport'. | |
| Fetching remote 'br'. | |
| Merging remote branch 'rc' from 'br/breport'. | |
| Adding remote repo 'arockwell/breport'. | |
| Fetching remote 'arockwell'. | |
| Merging remote branch 'rc-8194-facebook-remove-old' from 'arockwell/breport'. | |
| Pushing branch 'origin/rc-8194-facebook-remove-old'. | |
| breport (rc-8194-facebook-remove-old) $ gitc ready | |
| Retrieving branch information from gitcycle. | |
| Adding remote repo 'br/breport'. | |
| Fetching remote 'br'. | |
| Merging remote branch 'rc' from 'br/breport'. | |
| Adding remote repo 'arockwell/breport'. | |
| Fetching remote 'arockwell'. | |
| Merging remote branch 'rc-8194-facebook-remove-old' from 'arockwell/breport'. | |
| Labeling issue as 'Pending Review'. | |
| Opening issue: https://github.com/br/breport/issues/610 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment