1
I am having a difficulty that I will illustrate to you: I’m starting to work with git right now and I don’t know much about it, but basic and intermediate commands are coming out. In my case, I have a whole system in MVC on a linux server on the network and I’m using git, but I would like that when the commit was finished the modification was already going to the files in the directory itself, like:
var/www/html/System
And git is like this:
var/www/html/System/. git/
So... I’m doing the commits and then grabbing there on the same FTP and pasting them in the folders, on the same arm.
I’d like a light on that. Thank you!
Who’s your github admin? The Server set up in your git account? Through it, you can do the
pull request
there– William Aparecido Brandino