Questions tagged as 'git'

2
answers

Is there any way to change a file in a tag?

I have a small problem in my repository: A file of the 1.0.0 and 1.1.0 tag needs to be changed. In github I noticed that there is no such option to edit when you select a tag. But is there any way to bypass this from the comm...
asked by 30.11.2015 / 14:38
2
answers

How to synchronize github?

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?     
asked by 22.12.2016 / 00:10
3
answers

How to disable the merge message in git pull?

Whenever I hit git pull , git opens the text editor asking for a merge commit message. However this message is already preloaded (as in the example below), and I simply save and close the window to finish the procedure. Merge branch 'dev...
asked by 07.04.2017 / 14:22
1
answer

Reverse a git reset hard

I did some wrong things while doing some testing and deleted all my files both locally and github, how do I revert and not lose everything? The commands I used and I believe that was what messed up everything were: git checkout --orphan gh-...
asked by 29.06.2017 / 03:01
1
answer

Deploy with GIT via FTP

I have read several files that it is possible to deploy via FTP using GIT. I tried to follow several of them but did not succeed. I know there are sites that do all this deploy process like ftploy.com but at the level of knowledge I would like...
asked by 13.05.2015 / 23:39
2
answers

Edit local files without committing

In a project there are some files that need editing to run the local server, such as .htaccess , config.php , among others. In branch master , we keep these files with the data in production. There are some developers who ha...
asked by 05.05.2015 / 21:43
1
answer

GIT does not push

I do not know what happens with my git, I've uninstalled and installed it and nothing! every time I make a push the following occurs ... $ git clone https://[...]/projeto.git $ git checkout -b "#CASA" $ git add <meus_arquivos> $ git comm...
asked by 19.11.2015 / 19:05
1
answer

How to use GitHub in Windows XP?

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...
asked by 06.08.2014 / 19:00
1
answer

Working with git in graphical mode on windows

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...
asked by 08.08.2014 / 17:02
1
answer

GIT - Isolate new branch master feature in a new branch and reset branch master.

I created a new feature in the master branch and would like to isolate it in a new branch. Also, after creating the new branch, I would like to reset my master branch branch to the remote master branch. I created this new local branch, whi...
asked by 20.10.2016 / 15:52