Questions tagged as 'git'

1
answer

Remote changes in the branch do not come to the site [closed]

I have a simple branch structure in the repository (bitbucket), the master, where the production code is and another branch releases, this one for testing. Changes were made to the branch releases and pushed. When I do the pull, I see the cha...
asked by 24.10.2016 / 18:23
1
answer

Is there a command that shows how many commit was made in the branch?

I've always been curious about these things, is there any command in git that shows how many files the branch owner uploaded to the repository?     
asked by 21.12.2018 / 16:21
1
answer

Import github project into STS (Spring)

I'm having trouble importing a spring project from github, and I successfully import the project when it's in eclipse oxygen in the java (Desktop) perspective. Import Used Procedure: I go in the folder of my sts that are my projects...
asked by 04.05.2018 / 23:45
2
answers

Delete a certain github repository

How do I delete just one repository from github?     
asked by 24.09.2018 / 21:09
1
answer

Change in GIT log [duplicate]

I would like to change the log of my GIT server using a hook. The situation is as follows, when someone commits and the local machine has the wrong date, the log shows the local machine time. I would like that through a hook it would change...
asked by 03.03.2016 / 13:20
2
answers

How do I remove a git file with word spacing?

Well, I was able to remove a file with no space xd.txt but when I created my first file Novo Documento de Texto.txt it came with space and so the command is not working What can I do?     
asked by 20.05.2018 / 21:13
2
answers

Alternatives for server and deploy of Rails applications [closed]

When I do some Rails application I configure my server with Nginx and Passenger, and I usually deploy via GIT or rsync. I know there are other ways to do deploy as well as server configuration. Is there any simpler and / or more performance-...
asked by 28.03.2014 / 18:37
2
answers

How to configure text editor for git

I'm trying to set up the git editor for sublime, but this one is giving error, does anyone know how to do this correctly? I was trying something like this. git config --global core.editor "subl -w"     
asked by 22.01.2017 / 01:06
1
answer

Compare remote repositories

I have in git a code in which my colleagues cloned and sent me pull requests, but I think they have duplicate code between them. I've added their repositories to my machine and I want to compare a file from different repositories. Example:...
asked by 16.11.2018 / 19:17
1
answer

Tool or website that visualizes percentage of the most used languages in your github

Some time ago, I found a tool that showed the percentages of languages used by repository in my own github. It was a tool or web site, unfortunately I saw very fast and could not fix it well, I remember I had graphics too, so I need help identif...
asked by 23.11.2017 / 20:44