Hello,

If possible please humor me and attempt to answer this question:

How do I make "b" look exactly like "a" using one commit?  Here is the 
manual approach:

- git checkout a.  Recursively copy all files in to /tmp
- git checkout b
- recursively copy all files from /tmp into cwd
- git add [as appropriate]
- git rm any files from cwd that are not in /tmp
- git commit -am "Made b look just like a"

Thank you,

Chris

-- 
You received this message because you are subscribed to the Google Groups "Git 
for human beings" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/git-users/-/z72DnZzvWyMJ.
To post to this group, send email to git-users@googlegroups.com.
To unsubscribe from this group, send email to 
git-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/git-users?hl=en.

Reply via email to