search for: new_branch_to_show

Displaying 4 results from an estimated 4 matches for "new_branch_to_show".

2018 Jan 25
3
Why R should never move to git
...back in master. Now you can restart at my 3) above for > branches b, c, d and create independent pull requests > > I find it really to have a bash prompt that shows the branch: > > edd at rob:~$ cd git/rcpp > edd at rob:~/git/rcpp(master)$ git checkout -b feature/new_branch_to_show > Switched to a new branch 'feature/new_branch_to_show' > edd at rob:~/git/rcpp(feature/new_branch_to_show)$ git checkout - > Switched to branch 'master' > Your branch is up-to-date with 'origin/master'. > edd at rob:~/git/rcpp(master)...
2018 Jan 25
0
Why R should never move to git
...t checkout master and you are back in master. Now you can restart at my 3) above for branches b, c, d and create independent pull requests I find it really to have a bash prompt that shows the branch: edd at rob:~$ cd git/rcpp edd at rob:~/git/rcpp(master)$ git checkout -b feature/new_branch_to_show Switched to a new branch 'feature/new_branch_to_show' edd at rob:~/git/rcpp(feature/new_branch_to_show)$ git checkout - Switched to branch 'master' Your branch is up-to-date with 'origin/master'. edd at rob:~/git/rcpp(master)$ git branch -d feature/new_br...
2018 Jan 25
4
Why R should never move to git
On 25/01/2018 2:57 AM, I?aki ?car wrote: > For what it's worth, this is my workflow: > > 1. Get a fork. > 2. From the master branch, create a new branch called fix-[something]. > 3. Put together the stuff there, commit, push and open a PR. > 4. Checkout master and repeat from 2 to submit another patch. > > Sometimes, I forget the step of creating the new branch and I
2018 Jan 25
0
Why R should never move to git
...ou can restart at my 3) above for >> ???? branches b, c, d and create independent pull requests >> >> I find it really to have a bash prompt that shows the branch: >> >> ???? edd at rob:~$ cd git/rcpp >> ???? edd at rob:~/git/rcpp(master)$ git checkout -b feature/new_branch_to_show >> ???? Switched to a new branch 'feature/new_branch_to_show' >> ???? edd at rob:~/git/rcpp(feature/new_branch_to_show)$ git checkout - >> ???? Switched to branch 'master' >> ???? Your branch is up-to-date with 'origin/master'. >> ???? edd at ro...