Upload changes to Gh-Pages from console

0

I have a repository already created on github where I publish a project by gh-pages. Doing tests in resolutions I need to make adjustments in the css but when entering the branch and pushes the changes, they are not saved !? ... what ... would it be happening?

    
asked by Paula Danna Delzo Meza 12.06.2017 в 18:38
source

1 answer

0

In every versioner, whether binary files or plain text, it is mandatory:

  • Commit = save local changes.
  • pull = download changes
  • push = upload changes

I work with git, and I use gitlab the github commands are the same, so try commit, pull and push, believe me follow these steps solve that type of problems, from terminal you can commit like this:

commit -m "el comentario de tus cambios."
    
answered by 12.06.2017 в 18:42