Y
Hacker News
new
|
ask
|
show
|
jobs
by
makeva
1729 days ago
Cool now do a git blame
git push? git rebase?
1 comments
sys_64738
1728 days ago
These are tools you'd need to write atop the version dirs.
link
HatchedLake721
1728 days ago
So you can't really then simulate git with:
mkdir v2 ; cp -rp v1 v2
can you?
link
sys_64738
1728 days ago
The fundamental git model you can. The tools needed are above that in some form such as diff. git does the equivalent. Stop being pedantic.
link