:: [DNG] I need to be able to push and…
Página superior
Eliminar este mensaje
Responder a este mensaje
Autor: Edward Bartolo
Fecha:  
A: dng
Asunto: [DNG] I need to be able to push and pull changes.
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