Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 436 Bytes

gists.md

File metadata and controls

32 lines (23 loc) · 436 Bytes
layout title nav_order description permalink
default
Gists
2
My Gists
/gists

git


    git cherry-pick <commit sha>
    git rebase origin/master

RoboCopy


robocopy 'src\' 'dest\' /A-:SH

S - exclude system attributes
H - exlude hidden attribute

Note: use /MIR with caution. it removes the destination files if they don't exist in source.