Skip to Content

Git - Show file in other branch

Posted on

In Git, you can show a file in other branch by using this command:

git show <branch>:<file>
comments powered by Disqus