Questions tagged as 'github'

1
answer

PHP composer, use of require tag + hash

I'm trying to install the vendor of an application and I have a slightly strange error:    Installation request for sg / datatablesbundle   dev-master # 73ac0ed0ba5adbfe0139b19e1f1c073f4e4c120a - > satisfiable by   sg / datatablesbundle [d...
asked by 07.02.2017 / 08:01
1
answer

Remove from the diff on github sensitive data

I want to delete sensitive data that comes out in the diff when comparing the commits in github, for x reasons I put a sensitive data in a field, and after changing it and pushing it, this data keeps coming out in the commit history as part of a...
asked by 13.10.2016 / 13:11
1
answer

Github does not allow me to push

I have been using github recently and until now I had become accustomed to every time I wanted to upload new files or changes of files to my repository, simply put everything inside a directory, then put: -git add * -git commit -m "modificacio...
asked by 24.08.2016 / 19:23
1
answer

To what is the error (non-fast-forward) failed to push some refs

   To link ! [rejected]   gh-pages - > gh-pages (non-fast-forward) error: failed to push some   refs to ' link ' hint: Updates   were rejected because the tip of your current branch is behind hint:   its remote counterpart. Integrate the re...
asked by 26.04.2016 / 18:35
1
answer

Doubt about repositories in Github

What happens is that when I upload the repository to github through the terminal at the time of entering the web to the repository my name appears twice, I have changed it with the following command: $ git config --global user.name "Mr. Goding...
asked by 03.10.2018 / 19:53
1
answer

Recover deleted files with git -rm

I have a problem, create a repository with git and upload it to Github, then I realized that I had uploaded the entire directory including the key files of the APIs that I used. Then I made a git -rm of those files and git commit...
asked by 06.12.2017 / 17:23
1
answer

Can a user's push be reversed in git?

The topic is the following, I want to revert the Push of other users whenever I want, example: UsrA and UsrB work in a repository UsrB does a Push UsrA wants to revert it completely so that it is as if UsrB never made that Push. How c...
asked by 29.06.2017 / 23:51
1
answer

How can I license my project on Github, if when I created it I did not license it?

I want to license my projects already created in Github but when I created them I did not put them on and now I do not know how to put them on.     
asked by 27.05.2017 / 05:04
2
answers

bash syntax error

I have changed the code, now I do not execute the instruction dd #!/bin/bash while true do echo "Bienvenido al instalador de sistemas operativos en pendrive" echo "Indica dónde está la iso a intalar" echo "Si quires salir pulsa la tecla...
asked by 04.10.2016 / 22:26
1
answer

Return to previous commit on the same branch both local and on github

My question is this, I have the following commit: 4e3cb77 cambio local 7978945 despues de revertir el cambio de hensel 60e65f9 actualizacion 8397e64 Update prueba.txt c9bd0fb primer cambio online 39c7cc0 Base de la prueba, archivo inicial loca...
asked by 18.10.2018 / 04:08