dpcunningham / process-spinup-devenv-ionic4-ng-on-linux

Process: Spin Up a Development Environment for Ionic 4 (default Angular) Apps
0 stars 0 forks source link

install/configure: git & GitHub in coordination w/ Ionic workflows #12

Open dpcunningham opened 4 years ago

dpcunningham commented 4 years ago

Per these reccs... from Ionic.

Resources:

For git itself:

For the latest stable version for your release of Debian/Ubuntu: # apt-get install git For Ubuntu, this PPA provides the latest stable upstream Git version: # add-apt-repository ppa:git-core/ppa # apt update; apt install git

Alternatively (via Ask Ubuntu, w/ more details and work-arounds) you can:

Use the PPA from the maintainers of git on Ubuntu:

sudo apt-add-repository ppa:git-core/ppa
sudo apt-get update
sudo apt-get install git

If you don't know what PPAs are, first read What are PPAs and how do I use them?

If you receive an error about add-apt-repository command not found you may need to add the python-software-properties package or software-properties-common depending on your Ubuntu version.