- 23
- Posts
- 2
- Years
- Seen Jan 30, 2024
How many back ups do you normally keep of a project you are working on? Is it normal for a decomp to be 0.25GB in size?
You don't make manual backups. You have Git, you have the Git history for your project, and you should have set up a repository on a Git hosting page such as GitHub to store your project in.How many back ups do you normally keep of a project you are working on? Is it normal for a decomp to be 0.25GB in size?
git revert
.git reset --hard commit_hash
.git pull
the commits straight from your GitHub repository.Not specifically, it's just using Git from the command line, or in other words your terminal.Is that a linux command?