I guess most of you, developers, use any VCS, and I hope some of you use Git. Do you have any tip or trick how
I currently have a local Git repository, which I push to a Github repository. The local repository has ~10 c
Is it somehow possible to automatically have a link to GitHub issue number in the git commit message?
I have been using Github for a little while and I have been fine with git add, git commit, and git push so far
I have 2 directories on my GitHub repository. I'd like to delete one of them. How could I do that without
How can I download only a specific folder or directory from a remote Git repo hosted on GitHub? Say the examp
I "accidentally" pushed a commit to GitHub. Is it possible to remove this commit? I want
I recently switched to synchronizing my repositories to https:// on GitHub (due to firewall issues), and it as
I have many Git branches. How do I delete branches which have already been merged? Is there an easy way to del
I have a docker container running jenkins. As part of the build process, I need to access a web server that is
I have read http://docs.docker.com/engine/reference/builder/#add however I met a problem. I want to copy the l
I did a docker pull and can list the image that's downloaded. I want to see the contents of this image. D
I have a docker image tagged as me/my-image, and I have a private repo on the dockerhub named me-private. When
I am writing a Dockerfile. Is there a way to make comments in this file? Does Docker have a comment option th
I can attach to a docker process but Ctrl+c doesn't work to detach from it. exit basically halts the proc
I have a dockerfile that download and builds GTK from source, but the following line is not updating my image&