Questions tagged as 'git'

1
answer

How to delete (multiple) branches from a Git repository?

I want to make a fork of a repository that has dozens of branches, but I will only use 2 branches. I wanted to know A simple way to delete all the branches that I will not use, because I've been trying to delete them but I could not. I kno...
asked by 18.11.2018 / 13:51
1
answer

What IPs and Ports do I need to have released to work with Composer and Git?

The company in which I work will implement a corporate network in which there are several locks of IPs and Ports. I need to get all the IPs and ports I need to use to request their release. I work with PHP, Git, and Composer and I have no...
asked by 08.11.2018 / 20:07
2
answers

I do not appear as a collaborator in a project that I am part of Git

I am doing a job for a course with my colleagues. I can do pull and commits, however, I do not appear as a contributor of the project, not showing my graph. My colleagues only see that I did commits. I appear as a repository , but I do not appe...
asked by 23.10.2018 / 03:10
1
answer

Git "Please tell me who you are"

Recently I created a project on my PC and I'm trying to commit pro github, but this message always appears. *** Please tell me who you are. Run git config --global user.email "[email protected]" git config --global user.name "Your Name" t...
asked by 03.10.2018 / 07:11
1
answer

Working with two different "remotes" with git

I would like to know how do I delete the sensitive data (passwords and etc) from the commit of a remote repository, but holding on to another? I explain: I have a repository in Github and another in Heroku, my project is pointing to the two r...
asked by 14.09.2018 / 01:49
2
answers

GIT Deployment

Work in a site factory and among one of the actions of this semester is the implementation of GIT. Today we work as follows: We request a server, we install Joomla and we develop the sites in homologation environment before releasing for p...
asked by 11.06.2018 / 20:11
1
answer

Is it possible to synchronize code repositories instantially?

For example: change my code in github and my import into gitlab from that same code, be updated according to my changes in github. As if it were a code backup, it updates itself instantly. (In the case of netlify, where when I change my co...
asked by 13.06.2018 / 16:40
2
answers

Directory management in git

I'm now starting to use the git service, more precisely GitHub, but I've had some doubts: My projects in JavaScript are all in a directory on my Desktop, however all the git tutorials I read say to create and configure a local folder where th...
asked by 29.05.2018 / 14:00
1
answer

Files not ignored in gitignore VSTS

I am doing a shared project using VS Team Services, however there are some files that I am not able to ignore in .gitignore. How do you ignore them? file (.suo), folder (obj), and extension (.cache) Follow my .gitignore below # Buil...
asked by 05.05.2018 / 22:14
1
answer

How does the final flow of git-flow (release) work?

Briefly (consider using git-flow): I created a repository, generated my feature, created a release, finished the release, consulted the branch develop log, and had output: commit a6676da74f99342dd85e50e1251fd662d0be2680 Merge: 2c4958f 82190a0...
asked by 11.04.2018 / 21:18