File: push-website

package info (click to toggle)
ants 2.6.4%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 11,692 kB
  • sloc: cpp: 85,933; sh: 15,793; perl: 863; xml: 115; python: 111; makefile: 68
file content (17 lines) | stat: -rwxr-xr-x 257 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
  git checkout master 

  git branch -D gh-pages

  git push origin --delete  gh-pages

  git checkout --orphan gh-pages

  git add index.html .htaccess 

  git add forhtml/

  git commit -m "pages commit"

  git push origin gh-pages

  git checkout master