Tag: git
Using Git To Deploy Code
https://mikeeverhart.net/2013/01/using-git-to-deploy-code/ Setting Up The Remote Server The following instructions apply to your remote (eg: Production/Staging) server(s). 1. Create a new…
How To Integrate Git With An Existing Website
alt: How To Convert An Existing Website Into A Git Repo THIS GUIDE HAS NOT BEEN COMPLETELY TESTED YET Did…
Generating an SSH Key Pair For GitLab
https://gitlab.com/help/ssh/README 1. ssh into virtual machine $ vagrant ssh 2. From the command line: $ ssh-keygen -t rsa -C “GitLab”…
Pulling GitLab Code To DigitalOcean Server
https://premium.wpmudev.org/blog/improve-wordpress-development-workflow-local-server/ Create the empty Git repository on the production server 4. From your local command line create an ssh connection…
Using Git In Your Workflow With GitLab
Command line instructions If you already have files you can push them using command line instructions below. First, ssh into…
How To Install The Latest Version Of Git On Ubuntu
http://stackoverflow.com/questions/19109542/installing-latest-version-of-git-in-ubuntu $ sudo add-apt-repository ppa:git-core/ppa $ sudo apt-get update $ sudo apt-get install git