Advertisement
Guest User

Untitled

a guest
Jun 29th, 2017
477
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.83 KB | None | 0 0
  1. nikita@gamerpro-linux:~$ cd Gitrous/Evol/serverdata
  2. nikita@gamerpro-linux:~/Gitrous/Evol/serverdata$ git add npc
  3. nikita@gamerpro-linux:~/Gitrous/Evol/serverdata$ git commit -m "Fix"
  4. # On branch master
  5. # Changed but not updated:
  6. #   (use "git add/rm <file>..." to update what will be committed)
  7. #   (use "git checkout -- <file>..." to discard changes in working directory)
  8. #
  9. #   deleted:    npc/Palandia/_import.txt~
  10. #   deleted:    npc/Palandia/_mobs.txt~
  11. #   deleted:    npc/Palandia/_warps.txt~
  12. #   deleted:    npc/_import.txt~
  13. #
  14. no changes added to commit (use "git add" and/or "git commit -a")
  15. nikita@gamerpro-linux:~/Gitrous/Evol/serverdata$ git push git@gitorious.org:evol/serverdata.git
  16. Everything up-to-date
  17. nikita@gamerpro-linux:~/Gitrous/Evol/serverdata$ git push
  18. Everything up-to-date
  19. nikita@gamerpro-linux:~/Gitrous/Evol/serverdata$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement