Questions tagged as 'git'

1
answer

How to install git repository urbanaccess using anaconda prompt?

I'm using anaconda prompt to download data from osm and gtfs to create graphics and, in order to install urbanaccess, I have to clone the git repository, however, I do not know how I can do it. Thanks     
asked by 13.06.2017 / 12:17
1
answer

How to synchronize the modifications we make in the repo of our machine with the repo github?

I'm following the openlassrooms tutorial on GitHub and I am not able to synchronize the modifications made on the machine with the repo on GitHub: :~/Swiper_ProjetAutomatisation$ git commit -a -m "Initialise source code" [master (root-commit...
asked by 30.05.2017 / 12:13
1
answer

List content of git [closed]

List the content of link with C # on a console. For example, the following code shows the followers of a user and the number of repositories of a user, but I need to list the contents of the previous address. public async Task<String&g...
asked by 21.04.2017 / 03:53
1
answer

How do I change the core.autocrlf to work with leap lines LF in git?

I am encountering a problem with git and Windows . It turns out that the work team is working in linux and I find Windows , so when I do commit the line breaks that I take into account are the Windows and...
asked by 12.04.2016 / 19:12
1
answer

How to deploy from a repository in bitbucket server?

I have a server with bitbucket server installed (a server of my own), we already created a repository with the application, however, now we need that the changes that occur in the repository are reflected in the application automatically. In ano...
asked by 03.03.2017 / 17:29
0
answers

Which folders should be removed after using BGF Repo Cleaner!

Following the documentation of BFG repo cleaner says that after deleting the sensitive information, you have to eliminate the ancient clones. My question is that following the instructions end with 2 folders: /.git /.myproject.git/ Which...
asked by 30.09.2016 / 23:07
1
answer

What is the difference in git of rm file and reset hard?

I'm starting in the world of programming but I have a doubt that there is a difference between rm "file" and git reset hard     
asked by 26.11.2018 / 19:03
0
answers

Why can not I connect to GitHub from netbeans?

I'm trying to pull a repository that believes in netbeans to combine it with a new one that believes in GitHub. It's the first time I do this and I can not connect. I'm trying to connect through HTTPS. Already initialize git in netbeans I hav...
asked by 12.07.2017 / 19:55
2
answers

GIT: I upload the changes but they do not appear [closed]

The problem I have with the git is that I want to clone the project on another computer and several classes .cs are missing. The strange thing is that these classes appear but with a yellow triangle and, when I access the folder where I h...
asked by 09.05.2017 / 10:38
1
answer

Error committing [closed]

I'm committing to a remote repository that I have in gitlab and I had already established the name and the mail. But when I do the commit it tells me this: D:\WORKSPACES\CONTROL DE VERSIONES\spa>git commit -m "Datos geojson añadidos" *** P...
asked by 16.05.2018 / 11:25