Guest User

Untitled

a guest
Jan 22nd, 2018
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. (M=6be57) ~/Code/Work/repoA$ git checkout -b files-to-keep
  2. Switched to a new branch 'files-to-keep'
  3. (files-to-keep=6be57) ~/Code/Work/repoA$ git rm file2
  4. rm 'file2'
  5. (files-to-keep=6be57) ~/Code/Work/repoA$ git commit -m 'delete the files that are moving'
  6. [files-to-keep 9229510] delete the files that are moving
  7. 0 files changed, 0 insertions(+), 0 deletions(-)
  8. delete mode 100644 file2
Add Comment
Please, Sign In to add comment