search for: 5b25fe62

Displaying 4 results from an estimated 4 matches for "5b25fe62".

2018 Jan 25
3
Why R should never move to 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_branch_to_show > Deleted branch feature/new_branch_to_show (was 5b25fe62). > edd at rob:~/git/rcpp(master)$ > > There are few tutorials out there about how to do it, I once got mine from > Karthik when we did a Software Carpentry workshop. Happy to detail off-list, > it adds less than 10 lines to ~/.bashrc. > > Dirk > > | > | Dunca...
2018 Jan 25
0
Why R should never move to git
...; 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_branch_to_show Deleted branch feature/new_branch_to_show (was 5b25fe62). edd at rob:~/git/rcpp(master)$ There are few tutorials out there about how to do it, I once got mine from Karthik when we did a Software Carpentry workshop. Happy to detail off-list, it adds less than 10 lines to ~/.bashrc. Dirk | | Duncan Murdoch | | > I?aki | > | > | >...
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
..._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_branch_to_show >> ???? Deleted branch feature/new_branch_to_show (was 5b25fe62). >> ???? edd at rob:~/git/rcpp(master)$ >> >> There are few tutorials out there about how to do it, I once got mine from >> Karthik when we did a Software Carpentry workshop.? Happy to detail off-list, >> it adds less than 10 lines to ~/.bashrc. >> >> Dirk...