PASTEBIN
| #1 paste tool since 2002
create new paste
tools
api
archive
faq
PASTEBIN
create new paste
trending pastes
sign up
login
my alerts
my settings
my profile
Don't like ads?
PRO users
don't see any ads ;-)
Public Pastes
Untitled
2 sec ago
Untitled
3 sec ago
Untitled
4 sec ago
ser_1371696858945
6 sec ago
Untitled
8 sec ago
Untitled
8 sec ago
Untitled
8 sec ago
CSS-Tutorial
CSS | 15 sec ago
Untitled
By: a guest on
Apr 29th, 2012
| syntax:
None
| size: 0.32 KB | hits: 10 | expires: Never
download
|
raw
|
embed
|
report abuse
|
print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
changing the git structure
VL(repo)
.git (hidden)
code files
......
.....
I want it like
html(repo)
.git
VL
code files
......
......
mkdir VL
git mv <all your code> VL
git commit -m "moved all my code under VL"
git add -A
git commit -m "moved code"
create a
new version
of this paste
RAW Paste Data
changing the git structure VL(repo) .git (hidden) code files ...... ..... I want it like html(repo) .git VL code files ...... ...... mkdir VL git mv <all your code> VL git commit -m "moved all my code under VL" git add -A git commit -m "moved code"