Taken from https://stackoverflow.com/a/24762313/1947087
git tag -d <tagname>
git checkout <new commit or branch>
git tag -a <tagname>
git push <remotename> <tagname> -f
for example:
Taken from https://stackoverflow.com/a/24762313/1947087
git tag -d <tagname>
git checkout <new commit or branch>
git tag -a <tagname>
git push <remotename> <tagname> -f
for example:
$ sudo yum install postgresql-server
$ sudo postgresql-setup initdb
$ sudo vi /var/lib/pgsql/data/pg_hba.conf
Find the lines that looks like this, near the bottom of the file: pg_hba.conf excerpt (original)
host all all 127.0.0.1/32 ident
Install Wordpress on CentOS 7
Install LAMP
$ sudo yum install httpd mariadb mariadb-server php php-common php-mysql php-gd php-xml php-mbstring php-mcrypt php-xmlrpc unzip wget -y
Enable Apache and MariaDB as service
$ sudo systemctl start httpd
Configure Git Server on CentOS 7
Server
$ yum install git-core
$ sudo useradd git
$ sudo passwd git
$ sudo su git
$ cd
install msgconvert | |
$ sudo apt-get install libemail-outlook-message-perl | |
then convert file.msg | |
$ msgconvert file.msg |