2
votes
2answers
173 views

Is it a bad idea to get my production servers software source code from github

Usually I use apt-get but apt-get can get out of date. It seems that quite a nice solution may be to get the source code for my software (for example, nginx) from github and then build it each time. ...
2
votes
1answer
169 views

Firefox displays weird encoding icons on websites like GitHub

On Mozilla Firefox (on GNU/Linux) with default font and UTF-8 encoding, I am seeing some websites, such as GitHub, display weird characters across the page. Under a different browser, such as ...
1
vote
1answer
63 views

Passwordless connection to GitHub without EVER needing to enter a password

I cannot figure out how to connect to GitHub from my server (e.g., git pull) without ever needing to enter my password. I have followed all the passwordless setup steps as mentioned in this superuser ...
0
votes
1answer
114 views

Roll back git master repository and branch commits from rollback point

I have a Git repository set up. This repository has almost 700 commits, but all of them is in the master branch. I would like to take an approach in which I roll back this master branch (this rollback ...
2
votes
1answer
900 views

Unable to connect to Github for the first time

This is my first time with Git and I'm trying to set it up on my box. I added my key to my profile in the Github web interface. When I try to connect... : max@linux-vwzy:~> ssh git@github.com The ...
2
votes
1answer
384 views

Public/private git clone url?

Ok, I know how to use git for the most part, but I've just recently been playing with some github stuff and noticed the public/private url. May I ask what that is about? I know may not be advanced ...