Questions tagged as 'git'

1
answer

Problems of connection wifi and to install git in ubuntu 16.04

I am a new user of Ubuntu 16.04 (I started yesterday !!). My PC is in dual-boot with Windows 10. I have two problems and I'm already a little desperate ... 1) WiFi does not work (I type the password and nothing happens). On windows and on the...
asked by 12.10.2016 / 16:15
1
answer

How to ignore persistence.xml in gitignore?

I have a persistence file called persistence.xml in paths:    /git/myRepository/MyProject/src/main/resources/META-INF/persistence.xml And I would like to include it in .gitignore , I put this path in .gitignore , I did commit...
asked by 03.06.2016 / 19:14
1
answer

GIT --bare with existing files

I am creating a git server repository, so that the team can commit changes directly to the server, but some files that are on this server should be sent when a user downloads the repository. Is it possible to do that? In fact the project already...
asked by 27.07.2016 / 19:14
2
answers

Show line source code in Visual Studio (Git)

How do (shortcut) to show the author of that line, which Git provides to the left side of the code line numbers?     
asked by 16.05.2016 / 18:41
1
answer

Error generating maven / gitflow release

Hello, I have a Java application and I use Maven + gitflow to generate releases. I can make the clone via ssh / key without problem. But in the hour of running the command mvn jgitflow:release-start The following error is thrown: Caused b...
asked by 27.02.2015 / 17:38
1
answer

How do I access a default path?

How to make Git 2.1.0 Windows access a default path (example: projetos wamp/www ), in earlier versions I made it easy, Git>Propiedades>Iniciar in: C:/wamp/www... and that's it. I did this in this current version but...
asked by 17.09.2014 / 03:20
1
answer

Share local git repository with other users

Is there a way to share my git repository that is on my computer with other users? I do not want to use GitHub, I just want to share the repository so the other user can see the code and commits.     
asked by 30.11.2018 / 17:28
1
answer

How to merge GitHub codes?

I downloaded a project from GitHub, then made a change, another colleague of mine did the same thing with a single difference, he did a commit and updated the repository in GitHub. I needed to create a Branch and make a merge and then I made a...
asked by 28.11.2018 / 18:23
1
answer

Problem generating ssh key in git lab

People I'm trying to generate a ssh key to use in my gitlab else gets this error I'm using git bash to generate the key using this command: ssh-keygen what could be happening?     
asked by 23.11.2018 / 15:46
0
answers

Heroku - Git - Error in push - command: python manage.py collectstatic --noinput

Person, good evening. Can anyone help me? I have the following problem when installing the static files. It looks like the static folder is not being recognized. When I run the command $ git push heroku master The following error...
asked by 22.11.2018 / 00:30