Re: [Tails-dev] On re-entry of I2P into Tails

2018-08-14 Thread intrigeri
Masayuki Hatta: > I'm still a bit confused. The second command gives me something like: [...] > I guess "git push -u origin" might fix this, is this correct? Yes. > Also, I'm not sure how I can sync my local (topic) branch with the > upstream (the original Tails repo, not my forked one) devel b

Re: [Tails-dev] On re-entry of I2P into Tails

2018-08-14 Thread Masayuki Hatta
Hi, Thanks a lot for the reply. 2018年8月13日(月) 23:46 intrigeri : > > 1. Git(Lab) work flow > Better fork a topic branch off our current devel one e.g.: > > git checkout -b feature/12264-reintroduce-i2p upstream/devel && \ > git branch --set-upstream-to=origin/feature/12264-reintroduce-i2p >