Can you delete a folder in a directory directly from the GitHub website without using Git?
I would like to delete a folder, but I do not know if it is possible without Git.
I need to change the machine and I need to unlink the current directory to use it only on another machine.
So it can not be changed any more from this. How can I do it?
I made some changes to a project of mine that was in GitHub, now I want to synchronize it with my local repository and continue editing, how do I do that?
I have a Java web application (wildfly server) created with Maven, locally versioned with Git and remotely on GitHub, I would like to know how to host this application in OpenShift and deploy every Pull received by GitHub.
I'm starting in the versioning world with GitHub. I made this decision because there are two workstations that I intend to use to program. One is Windows 7 and the other is Windows XP. The problem is that I can not install the GitHub client on W...
I have git running on an internal network.
I want to allow one of the stations to work on this server.
I already generated the key in this station and added it to the server where it has git.
I have already created the repository on the server a...
I already know what we use versioning, how to do commits, add new files, logs, etc. but I would like to upload my files to the Github repository online, how do I connect and send my files?
When I try to make a clone of a repository through Git Bash by command line I get this error, as in the image below:
I'm on a corporate network, could the firewall be blocking me?
Has anyone ever had anything like this?
I'm doing a project that will download a Git from GitHub, however, I want the download to be automated to the user. For this, I need to get the name of the files and folders that are in the directory. Is there a file in a repo that contains the...