Displaying 5 results from an estimated 5 matches for "giturl".
Did you mean:
geturl
2014 Aug 11
5
issue when building/making package from git
I am trying to build/install libguestfs from git. My box is Archlinux,
GCC 4.9.1 and all dev tools installed.
If I manually
$ gitclone gitUrl
$ cd libguestfs
$ ./autogen.sh
$ ./configure --someOptions
the build goes until the end and leaves me with binaries.
------------------------------
---
Now I want to install it properly on my machine. Arch use a makepkg
[1] command to build and install packages not in the official repos.
When ru...
2018 Jan 25
3
Why R should never move to git
...host a copy, problems like mine would come up fairly regularly. I don't
think R Core would gain enough from the switch to compensate for the
burden of dealing with these problems.
Maybe Gitlab or some other front end would be better.
Duncan Murdoch
>
> 2) Run
> git clone giturl....
> to fetch local instance
>
> 3) Run
> git checkout -b feature/new_thing_a
> (this is 2. above by Inaki)
>
> 4) Edit, save, compile, test, revise, ... leading to 1 or more commits
>
> 5) Run
> git push origin
> standa...
2018 Jan 25
0
Why R should never move to git
...there's already a PR from the master
| branch on my fork. (This is for future reference; I already followed
| Gabor's more complicated instructions and have solved the immediate
| problem.)
1) Via GUI: fork or clone at github so that you have URL to use in 2)
2) Run
git clone giturl....
to fetch local instance
3) Run
git checkout -b feature/new_thing_a
(this is 2. above by Inaki)
4) Edit, save, compile, test, revise, ... leading to 1 or more commits
5) Run
git push origin
standard configuration should have remote branch follow local branch...
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
...ome up fairly regularly.? I don't think R Core
> would gain enough from the switch to compensate for the burden of dealing with these problems.
>
> Maybe Gitlab or some other front end would be better.
>
> Duncan Murdoch
>
>>
>> 2)? Run
>> ?????? git clone giturl....
>> ???? to fetch local instance
>> ???? 3)? Run
>> ?????? git checkout -b feature/new_thing_a
>> ???? (this is 2. above by Inaki)
>> ???? 4)? Edit, save, compile, test, revise, ... leading to 1 or more commits
>>
>> 5)? Run
>> ?????? git push orig...