Questions tagged as 'git'

1
answer

Block commits on GitHub

I have a repository in GitHub and recently my friend friend also started to help me in this repository, I wanted to know if I have to reject his commits or something like     
asked by 07.11.2017 / 20:11
1
answer

Terminal Git vs Terminal Node vs Windows Terminal

I'm having a hard time noticing the need to have so many terminals installed on my computer when I need to use git or node.js. What are the differences between the terminals, what can one do and the other not? For example: I wanted to check if I...
asked by 05.01.2018 / 17:02
1
answer

GitKraken error to push [closed]

My GitKraken was working correctly, but since yesterday I can not do push and always this error occurs: Any idea what it is?     
asked by 28.09.2017 / 10:36
1
answer

Differences between Commit Staged, Commit Staged and Push, Commit Staged and Sync?

I installed the GitFlow plugin and got 3 options to commit.    Commit Staged.       Commit Staged and Push       Commit Staged and Sync What's the difference between them? When should I use them?     
asked by 15.08.2017 / 21:42
1
answer

How to recover a deleted arm in Git

I deleted a git arm via git branch -D <nomedobraco> and I need the commits I had made on that arm, I need to restore it. The problem is that it had not been sent to the remote, so there is no way to get it to the location. Can you r...
asked by 12.05.2017 / 19:52
1
answer

GIT lab for versioning

We install the GIT LAB service on Azure. When I run this command git push --set-upstream origin máster show this error:    fatal: unable to access 'address': SSL certificate problem: self signed certificate What can it be?...
asked by 11.04.2017 / 16:59
1
answer

Invalid parameter when Initializing Process () that executes Git ssh in Console Application from C #

I'm trying to make a Console Application in C # with some command options to run in Git ssh. The Git ssh executable is in the following path: C: / Program Files (x86) /Git/bin/sh.exe, and I'm trying to run a simple command like this: string pa...
asked by 12.04.2017 / 14:30
2
answers

tool or technology to assist in controlling database data

I have a web application, which constantly receives the database, the application is all linked to the database. If a change is made it can compromise the whole system, I wanted to be able to go back a point when needed. GIT is for file ve...
asked by 16.03.2017 / 19:34
1
answer

BitBucket Repository with SourceTree, Visual Studio Project

I am creating a new project in Visual Studio 2015 , I created the repository in BitBucket , so I created the project, the problem and that when one of the project users of a Push it does not update. For example: I added the...
asked by 17.10.2016 / 15:31
2
answers

Commit files disappeared

I was working on a branch with Eclipse. I finished the features and did the commit, then I moved to the master branch to push the server. But when I did this the commit disappeared, everything I had done disappeared. I went into the git reposito...
asked by 25.08.2016 / 08:28