:: Re: [DNG] I need to be able to push…
Pàgina inicial
Delete this message
Reply to this message
Autor: Edward Bartolo
Data:  
A: dng
Assumpte: Re: [DNG] I need to be able to push and pull changes.
Hi All,

I can push changes now. I can also pull using 'git pull url'.

Please, ignore this mail.

KatolaZ helped me solve the issue.

The Daniel Reurich's simple-netaid fork now can build packages using
git buildpackage. I added the missing .desktop file.

Thanks.

On 13/02/2016, Edward Bartolo <edbarx@???> wrote:
> edbarx@edbarx-pc:~$ mkdir daniel-simple-netaid
> edbarx@edbarx-pc:~$ cd daniel-simple-netaid
> edbarx@edbarx-pc:~/daniel-simple-netaid$ git init
> Initialized empty Git repository in /home/edbarx/daniel-simple-netaid/.git/
> edbarx@edbarx-pc:~/daniel-simple-netaid$ git pull
> git@???:net/simple-netaid.git
> remote: Counting objects: 714, done.
> remote: Compressing objects: 100% (696/696), done.
> remote: Total 714 (delta 474), reused 0 (delta 0)
> Receiving objects: 100% (714/714), 409.54 KiB | 271.00 KiB/s, done.
> Resolving deltas: 100% (474/474), done.
> From git.devuan.org:net/simple-netaid
>  * branch            HEAD       -> FETCH_HEAD
> edbarx@edbarx-pc:~/daniel-simple-netaid$ git status
> On branch master
> nothing to commit, working directory clean
> edbarx@edbarx-pc:~/daniel-simple-netaid$ git push
> fatal: No configured push destination.
> Either specify the URL from the command-line or configure a remote
> repository using

>
>     git remote add <name> <url>

>
> and then push using the remote name
>
>     git push <name>

>
> edbarx@edbarx-pc:~/daniel-simple-netaid$
>
> Does anyone know what I should do now? I need to be able to pull and
> push changes.
>
> Edward
>