Questions tagged as 'git'

2
answers

What is the importance of README.md in Git?

I have some doubts about using README.md because I have never used it on any project and I want to know what its purpose is.     
asked by 08.05.2018 / 01:02
1
answer

What do these words mean in Git / GitHub: fork, clone, track?

I have just started using Git and until this week I only used the Visual Studio interface. After several problems with Git through the interface, I started solving some things on the console, so now I'm really having to learn Git. I find several...
asked by 29.07.2016 / 20:26
2
answers

How to rename a local branch in Git?

How do I rename my local Git branch? I do not want to rename a remote branch, I want a simple way to rename my local branch.     
asked by 19.08.2014 / 17:18
2
answers

Handle large files with GIT

Scenario Some time ago, I tried to use GIT to version some backups, mostly small files, git behaved very well versioning them when they were not big changes from one commit to another, but on a specific server, there were large binary files,...
asked by 22.01.2014 / 13:46
1
answer

git fetch: "inflate: data stream error" and "SHA1 COLLISION FOUND WITH"

I have on my machine a copy of the repository for work, another for maintenance, and a third for resolving merge requests conflicts. The external repository is located at link In the conflict resolution copy, I got the following while giv...
asked by 08.11.2017 / 18:39
3
answers

What is the appropriate amount of changes to commit?

I've noticed that in many public projects in GitHub , commits usually contain very minor changes. There are several instances of commits with changes to a single line of code. In others, there are changes only in comments, not in code. I...
asked by 29.05.2014 / 13:53
1
answer

How does the secret of Bittorrent Sync work?

I'm looking for an entirely Open Source alternative to Bittorrent Sync, and it seems we have almost all elements there: the Sparkleshare would do what it wanted to do, just missing the direct connection to computer no matter where using a secret...
asked by 15.12.2013 / 13:18
2
answers

Working with Git on a day-to-day basis with two different computers

I have two workplaces where I work in a project where I use the GIT version control. In my studies I learned some things about GIT using BitBucket. Let's think about the following scenario: My branch to deploy is the "master". Whenever...
asked by 17.07.2014 / 00:35
2
answers

How to leave a "Default" language in GitHub?

This is a project made in Ruby , however, as I used the Twitter BootStrap , it presents JavaScript as the predominant language, since it is the language that predominates in the repository. Can you force the default language to be RUBY ?...
asked by 15.01.2014 / 13:27
2
answers

Workflow Git using GitHub?

I need to learn how to clone a github project to my local computer and, after making the necessary changes, send the modifications back to the remote project. Basically the workflow of git using GitHub. I'm using linux (ubuntu) and would li...
asked by 25.05.2015 / 19:14