Skip to content

Instantly share code, notes, and snippets.

@dreispt
Last active August 29, 2015 14:03
Show Gist options
  • Save dreispt/7c030a7d577cc37f7832 to your computer and use it in GitHub Desktop.
Save dreispt/7c030a7d577cc37f7832 to your computer and use it in GitHub Desktop.
dr@uwebtec:~/work/oca$ git clone git@github.com:guewen/connector-magento.git
Cloning into 'connector-magento'...
Enter passphrase for key '/home/dr/.ssh/id_rsa':
remote: Counting objects: 8438, done.
remote: Compressing objects: 100% (2786/2786), done.
remote: Total 8438 (delta 5621), reused 8438 (delta 5621)
Receiving objects: 100% (8438/8438), 13.37 MiB | 1.63 MiB/s, done.
Resolving deltas: 100% (5621/5621), done.
dr@uwebtec:~/work/oca$ cd connector-magento/
dr@uwebtec:~/work/oca/connector-magento$ git remote add 7.0-update-stock-1330450 bzr::lp:~camptocamp/openerp-connector-magento/7.0-update-stock-1330450
dr@uwebtec:~/work/oca/connector-magento$ git fetch 7.0-update-stock-1330450
Enter passphrase for key '/home/dr/.ssh/id_rsa':
progress revision 100 'master' (100/1003)
progress revision 200 'master' (200/1003)
progress revision 300 'master' (300/1003)
progress revision 400 'master' (400/1003)
progress revision 500 'master' (500/1003)
progress revision 600 'master' (600/1003)
progress revision 700 'master' (700/1003)
progress revision 800 'master' (800/1003)
progress revision 900 'master' (900/1003)
progress revision 1000 'master' (1000/1003)
From bzr::lp:~camptocamp/openerp-connector-magento/7.0-update-stock-1330450
* [new branch] master -> 7.0-update-stock-1330450/master
dr@uwebtec:~/work/oca/connector-magento$ git checkout -b 7.0-update-stock-1330450
Switched to a new branch '7.0-update-stock-1330450'
dr@uwebtec:~/work/oca/connector-magento$ git remote -v
7.0-update-stock-1330450 bzr::lp:~camptocamp/openerp-connector-magento/7.0-update-stock-1330450 (fetch)
7.0-update-stock-1330450 bzr::lp:~camptocamp/openerp-connector-magento/7.0-update-stock-1330450 (push)
origin git@github.com:guewen/connector-magento.git (fetch)
origin git@github.com:guewen/connector-magento.git (push)
dr@uwebtec:~/work/oca/connector-magento$ git branch -v
* 7.0-update-stock-1330450 50f678a Launchpad automatic translations update.
master 50f678a Launchpad automatic translations update.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment