How to create private git server
Github, Bitbucket or Gitlab are common git servers you have heard of. But do you know that you can also create your own git server with just a few lines
Github, Bitbucket or Gitlab are common git servers you have heard of. But do you know that you can also create your own git server with just a few lines
A few days ago, one member in my lab and I were about to finish a project together. We also used git server for sharing code and collaborate. However, when
Today, I am going to introduce a technique to easily find out the first bad commit in your git repository. With this technique, you can save a lot of time
One of common mistakes I see with new (and some experienced) Ruby on Rails programmers is that they do not commit Gemfile.lock and schema.rb very often to source
Note: I only refer to Github in this post but this method can be applied to any Git servers (such as Bitbucket, Heroku, etc) If you work with Github for