Quantcast
Channel: Make Better Things » gitlab
Browsing all 3 articles
Browse latest View live

GitLab 5.3 email (SMTP) setup

If you want to send gitlab emails using your gmail account (or other SMTP account), follow these steps. 1) Open /home/git/gitlab/config/environments/production.rb (mac server users can go to usual...

View Article



Install GitLab 5.3 on Mac OS X server 10.8.4

Below are the steps to install GitLab 5.3 on a fresh Mac OS X server 10.8.4 (server version 2.2) 1) Install a fresh mac ox x 10.8.4 2) Create user group “git” and a user “git” in this group 3) Enable...

View Article

How to delete a folder from git history

You can follow these steps to delete a folder from git history. #Removing folder from git history git filter-branch --tree-filter 'rm -rf node_modules' --prune-empty HEAD #Adding removed folder in...

View Article
Browsing all 3 articles
Browse latest View live




Latest Images