Questions tagged as 'github'

2
answers

What is GitHub for?

I see a lot of people talking about it, but I do not know the real importance of GitHub.     
asked by 23.12.2017 / 22:26
1
answer

How to update Github repository after having changed files locally in Git?

After creating a repository in Github and uploading some files to this repository, I needed to make some changes to the file, I did the commits , but I do not know how to send those changes to Github. p> How do I do this?     
asked by 21.12.2014 / 02:09
2
answers

How do I get back to a point before a merge in GitHub?

Take a look at the graph of my commits: link I did a crap here, I wanted to do a merge of the branch workspace with the master. The workspace is what was most current, so I wanted to pass the master and delete the workspace branch. So I was...
asked by 07.06.2018 / 00:07
1
answer

What is the Milestone field in github?

In issues issue of github has a field called milestone. I would like to know what it is for and what is that date and percentage that appears on the side.     
asked by 22.10.2016 / 07:06
1
answer

Git repository repository on local machine and GitHub

Is there a way to replicate a particular repository between GitHub and a local machine on which the team uses? In case of failure of the GitHub servers the team uses the local server and as soon as the GitHub servers come back on, the latest...
asked by 23.09.2015 / 04:33
2
answers

How to automate merge in git / github with hook or another tool?

I have a repository in Github and I have created a page in Github for this repository. With this, whenever I make changes in the master branch, I need to enter the gh-pages branch, make a git merge master and send to the app...
asked by 28.07.2016 / 00:58
0
answers

Error opening git hub [closed]

Hello, when I start github, it shows me a screen with this error:    error: inflate: data stream error (unknown compression method) error:   unable to unpack 54012a5c5cbe332cb2e1f18539085b14bc0d8542 header   fatal: loose object 54012a5c5cbe33...
asked by 27.09.2017 / 14:42
1
answer

Ignore .classpath and .project on GitHub

I'm not able to ignore the .classpath and .project files in GitHub. These are already in my .gitignore but after a while they always end up coming back. I'm using Eclipse + EGit. Follow my .gitignore file /bin /null /.settings *.db *.class...
asked by 04.04.2014 / 14:43
1
answer

Deploy using GIT on my server

Hello, I use to be able to upload my GIT site files, deploy to my server automatically so I did the following: 1 - I created a GIT repository on my server, outside the public_html folder 2 - then created a post-receive file inside the hook...
asked by 17.06.2017 / 00:15
4
answers

Adding my files to GitHub [closed]

When I started my project, I put all my files in GitHub correctly, but with the changes I made, I forgot to update the files in git. Now I need to pass all files to GitHub, as I'm starting in git I have no idea how to update them.     
asked by 07.06.2017 / 19:49