Questions tagged as 'git'

1
answer

Failed to connect to github.com port 443: Connection timed out

I'm trying to do a git push, or git pull, and half and aft it throws this error: fatal: unable to access 'https://github.com/tiagoferezin/meuRepositorio.git/': Failed to connect to github.com port 443: Connection timed out What can be happe...
asked by 02.06.2016 / 19:33
1
answer

Remove Git binding in ASP.NET MVC Project

I started an ASP.NET MVC project and initially I used git for code control, but now I want to transfer to Team Foundation Services, how do I unlink my git project?     
asked by 20.05.2016 / 16:12
1
answer

How do I edit email in git?

I had put an email as default in the github account, and consequently in the global git config but the problem that I ended the yahoo account and included hotmail as main in the github settings, but, is giving that problem. I searched but did no...
asked by 01.03.2016 / 04:15
2
answers

Can I upgrade the GIT version without losing my repositories?

My git has version 1.9.5 and the current version is 2.7.0 Can I install the new version without losing my data? Because I have a series of repositories with this old version !! What should I do?     
asked by 24.01.2016 / 04:19
1
answer

Executed merge command in wrong branch as undo

In my project I have 2 branch a work and a master, today after a long time I went up the project version, but at the time of running merge I ended up doing the wrong branch, I only realized after I had done the% When I opened the project...
asked by 07.12.2015 / 13:49
1
answer

Pull without using Git Bash

I'm having problems trying to get pull directly from Git Bash , I was wondering if you have another way to do it by another path, such as Git GUI for example.     
asked by 07.10.2015 / 13:20
1
answer

How to download a bitbucket project by git

Good morning! I've never used git or bitbucket, I wanted to know how to check out a project that is on bitbucket. Thank you in advance.     
asked by 19.10.2015 / 14:41
2
answers

Change git remote repository

I'm using an online tool to do version control with git but would like to change the tool once I've added a repository to the project. How to change the remote repository (commonly called origin ) using git as version control.     
asked by 05.02.2016 / 00:50
1
answer

Generate merge and branch graphs in GIT?

I would like a tool to document my activities in the GIT, which would generate a flowchart like this: What tool would generate a documentation of merges, branches, tags, releases in GIT, that is, document my activity?     
asked by 05.05.2016 / 20:22
1
answer

Git Commit Error

I have Windows, I installed git, I made the config with the data of user and email, however it happens that when I commit to a local repository created, it asks me to identify config (user.mail) . What is very strange, because if I give confi...
asked by 11.07.2015 / 07:39