Questions tagged as 'git'

1
answer

How to delete an old Git commit?

guys, I was previously playing some stuff in git and I accidentally copied a folder with a file inside and commitei locally, then I deleted it and commitei the deletion locally, I was developing what I needed and committing, when I went to give...
asked by 22.05.2016 / 20:19
1
answer

What plugin use to be able to commit in GitHub using PyCharm?

I'm a beginner in Python and would like to know which plugin is needed to start GitHub using PyCharm.     
asked by 10.06.2015 / 22:34
1
answer

What is the similar command in git to IntelliJ's "git revert"?

How can I reverse the state of a specific file through git commands? Similar to IntelliJ's git revert option where I select the files I want to revert. When I select all the options in the git revert terminal, I list all the bran...
asked by 09.04.2015 / 15:11
1
answer

Git aborting a checkout

I'm trying to jump from branch but git is aborting the operation. I'm in the dev branch trying to go to the master branch: $ git checkout master Error: error: Your local changes to the following files would be overwritten...
asked by 19.06.2014 / 17:08
2
answers

Error in GIT with Mac OS X: dyld: lazy symbol binding failed: Symbol not found: _iconv_open

I'm trying to use the GIT through the terminal ( Mac OS X ), but the following error is appearing: $ git help dyld: lazy symbol binding failed: Symbol not found: _iconv_open Referenced from: /Library/Developer/CommandLineTools/usr/bin/git...
asked by 04.08.2014 / 00:15
1
answer

How to update the master branch from another branch?

I'm working on a branch called start/admin/status I want to bring all the changes that are in branch master because the project does not have certain packages anymore, how do I do this?     
asked by 28.08.2018 / 02:28
1
answer

Diff between two commits

I am doing git diff between two commits and in general it shows me the difference between files that have been modified in these commits. EX: git diff 1a1a1a 4d4d4d + Essa linha foi adicionada - Essa linha...
asked by 24.08.2018 / 18:26
2
answers

GIT does not upa new or changed files remote location

Good afternoon everyone I've set up a git server to centralize projects and upload changes to remote servers, but I can not push push new files or changes to existing ones on the client server, I made the settings as follows. The client1 s...
asked by 03.08.2018 / 21:05
1
answer

Modifying commits that did not receive push

I need to edit the commit message and add another file. I have not yet given Push in commit, is there a way to resolve this?     
asked by 24.04.2018 / 13:41
2
answers

Git does not send commits to server. Error: Everything up-to-date

When giving the command: git push origin master git does not send the information and gives the following error: Everything up-to-date I noticed that master of my local repository is not pointing to the last commit, as can be seen in...
asked by 02.03.2015 / 18:25