I keep forgetting the git basic commands...
Local:
>>git status
It tell us the status of the files on the directory(modified, pending to commit, ...)
>>git commit - m "my first entry in this blog"
Assigns the commit state to the modified files
From local to the internet:
>>git push origin master
With this command we are pushing things that have been committed to the origin(github) from the master(branch)
No hay comentarios:
Publicar un comentario