satie83


Member since 03/19/2012

13 snippets

18721 profile views

1 Comment(s) Posted

View their favorites

their Tags


Profile

Achievement

first submission:submitting first snipplet

satie83's Recent Bash Snippets



« Prev 1 Next »
How to obtain all the commits that occurred between two dates
0 2962 posted 12 years ago by satie83
Say I'm in a Git repository. I delete a file and commit that change. I continue working and make some more commits. Then, I find I need to restore that file.
0 1801 posted 13 years ago by satie83
I am using git and working on master branch. This branch has a file called app.js . I have an experiment branch in which I made a bunch of changes and tons of commit. Now I want to bring all the changes done only to app.js from experiment to maste...
0 3072 posted 13 years ago by satie83
I have a Git repository with few branches and dangling commits. I would like to search all such commits in repository for a specific string.
0 1739 posted 13 years ago by satie83
You’ll receive a list of your stale remote-tracking branches. If you run it without –dry-run option, it will remove them for you.
0 1660 posted 13 years ago by satie83
It's necessary that the commit hasn't pushed by anyone
0 2502 posted 13 years ago by satie83
This shows the local and remote branches along with the most recent commit for each branch.
0 1969 posted 13 years ago by satie83
Hash of the commit which you want to show a303aa90779efdd2f6b9d90693e2cbbbe4613c1d
0 3403 posted 13 years ago by satie83
How do you make an existing git branch track a remote branch
0 1846 posted 14 years ago by satie83
0 2454 posted 14 years ago by satie83
0 2469 posted 14 years ago by satie83
0 2451 posted 14 years ago by satie83
I want to get a list of all the branches in a Git repository with the "freshest" branches at the top, where the "freshest" branch is the one that's been committed to most recently (and is, therefore, more likely to be one I want to pay attention to).
0 2563 posted 14 years ago by satie83
« Prev 1 Next »