— by Abhisek Pattnaik <abhisekp@engineer.com>
git clone https://github.com/datasift/gitflow hubflow
cd hubflow— by Abhisek Pattnaik <abhisekp@engineer.com>
git clone https://github.com/datasift/gitflow hubflow
cd hubflow| $ ffmpeg -i input.mp4 -vcodec h264 -acodec mp2 output.mp4 |
Download and install Git from MSysGit or Git SCM.
Download and install getopt.exe from the util-linux package into C:\Program Files\Git\bin. (Only getopt.exe, the others util-linux files are not used). Also install libintl3.dll and libiconv2.dll from the Dependencies packages (libintl and libiconv), into the same directory.
Suppose that Git is installed in the folder
c:\bin\gitand GnuWin32 in the folderc:\bin\GnuWin32.
Clone the git-flow sources from GitHub:
$ git clone --recursive git://github.com/nvie/gitflow.git
| server { | |
| listen 80; | |
| server_name www.yourdomain.com; | |
| return 301 $scheme://yourdomain.com$request_uri; | |
| } | |
| server { | |
| listen 80; | |
| root /var/www/yourdomain.com; |