Git: recover deleted files
To recover the delete files, automatically without specifying the path git ls-files -d xargs git checkout —
Read moreTo recover the delete files, automatically without specifying the path git ls-files -d xargs git checkout —
Read moreSince git 1.7.0 it is possible to use a technique called the sparse checkout The steps for clones are: Mkdir<repo></repo>
Read moreSometimes when you work with git, you don’t find all the remote branches. Even after using git fetch that do
Read moreAfter a sprint, all the local branches you have are useless and take up space. Below is a small order
Read moreTo view its local and remote branches $ git branch -a only remotes $ git branch -r For the list
Read more