Questions tagged as 'git'

1
answer

Alternatives to GitHub to host a local repository [closed]

Today I have encountered a problem: Apparently my files occupy too much memory for the plan I have contracted. To have a private repository on GitHub I have to pay about 6 euros per month, which does not allow me to accommodate more than 1...
asked by 14.12.2018 / 15:02
1
answer

Can a commit be made on a single line for new files (Untracked) in git?

The idea is to make commit of the new files in a single line, that is, the Untracked files, as well as the Unstaged changes in the files that are already tracked. Example: There are 2 files: level-4.md text.tx...
asked by 24.11.2016 / 18:57
1
answer

Use Git in local network, with several collaborators

I'm using Photon eclipse and I work on the eGit plugin for version control. Working individually I have no problem, but now I need other collaborators in the local network of the company can also access my repository to collaborate in the develo...
asked by 21.09.2018 / 20:00
2
answers

Download only a github folder

It is possible to download only a specific folder from a git repository, for example, if I have a project on github and it is made up of several folders, if at a certain moment I wish to download only a specific folder, is this possible ? '    ...
asked by 05.02.2017 / 23:40
3
answers

Git error after upgrading to macOS Sierra - missing xcrun

After updating my OSX from El Capitán to the new version macOS Sierra , I get this error when trying to execute any git command, for example, when executing: git status I get the following error: xcrun: error: invalid active...
asked by 13.02.2017 / 05:53
1
answer

Problem with GIT when uploading for the first time to the remote

Create a github repository to upload an academic project that I am doing. Install the gitbash to work in windows with the command console, configure the global variables of user.name user.email . Execute the following statements git add...
asked by 16.10.2018 / 02:03
1
answer

How do I resolve a conflict in git when uploading to github?

These are the steps I took: git clone "https://github.com/dixroby/codigoNuevo" Then I generated a conflict by editing a line of code and when uploading git add . git commit -m "subiendo conflicto" git push I get an error error: fai...
asked by 27.10.2018 / 17:20
1
answer

Create branch from another using commands (git)

Within my project I am doing some tasks in a branch (rama_A), which was branched from the main branch of the project (master). Now I need to create a new branch, which is born from the branch_A (let's branch_A_ramification) How can I creat...
asked by 29.12.2017 / 09:48
2
answers

how can I go back in git to a specific commit, without losing some data later?

Hi, I would like to know how I can go back in git to a specific commit, without losing some data later? to restore it it's possible? Thank you very much     
asked by 27.12.2017 / 16:24
1
answer

Create a track (track) from a local branch to a remote branch

Today I downloaded a branch from the remote repository, and when I went to see information about the branches, I realized that the branch track was not created in local with the branch of the remote repository, and the information showed like th...
asked by 16.08.2017 / 18:54