Questions tagged as 'git'

1
answer

How to perform PULL while keeping HEAD changes?

Some changes were made, committed, and conflicting in some files. If you did not% done%, it would solve as follows: git stash git pull git stash pop But with commits done, how can a commits be made while keeping git pull...
asked by 22.06.2017 / 14:32
1
answer

Makefile does not work on MINGW64. Can someone help me?

I'm programming in python in Django with Sublime Text 3, using Git Bash MINGW64. I created the makefile but when I run I get "bash: make: command not found"     
asked by 31.05.2017 / 05:10
1
answer

Update Files on BitBucket

I have a question about how to update my files on bitbucket, the repository has already been created and I already did the 1 commit. So if I need to upload new files I need to clone the repository and put the new files in that folder and then up...
asked by 31.03.2017 / 20:09
2
answers

How do I display all commit files in a branch?

Is there a git command to display all the files of all commits in a branch? Thank you in advance.     
asked by 27.03.2017 / 19:26
1
answer

Ignore files in the target folder

How do I ignore the files in the target folder of Maven? I want to ignore them so that git does not see the files.     
asked by 08.05.2017 / 18:47
1
answer

Github - Download project (Beginner)

I'm getting started in Git-Hub ... I downloaded the Git-Hub version for Windows (version with graphical interface). I can create repository, commit and publications. Would you like to know how I can download a project made by another user, ma...
asked by 18.03.2017 / 21:59
1
answer

I can not update spring project in heroku with git [closed]

I follow the following steps but it does not work: git init git add . git commit -m "mensagem" git push heroku master    C: \ Users \ Adriano \ Documents \ drain-wrap \ drain-wrap> git init   Reinitialized existing Git repository in C: /Us...
asked by 14.02.2017 / 05:34
1
answer

Blocking commit in git - lock option

I'm in charge of deploying a versioning system here in the company. However I am in doubt between SVN and Git. My question is if git has something that does the same thing as lock of SVN, that is, it blocks commit of some partic...
asked by 21.12.2016 / 13:34
1
answer

Error installing git on EC2 instance with Cent OS 5

I have an ec2 instance newly created using CentOS release 5.11 (Final). One of the first things I tried to do was to install git using: sudo yum install git only that is displaying this error: I already gave the command sud...
asked by 11.11.2016 / 22:53
1
answer

Git does not ignore certain subdirectories

I recently started a personal project for practice, and one of the things I wanted to do is to have the "src" folder containing the source of the project, but every time I tried to get some part of this directory to be ignored by git, this wou...
asked by 30.09.2016 / 16:27