You are here |
rollen.io | ||
| | | |
8yd.no
|
|
| | | | Git squash takes your commits and squashes them together, usually into one commit. Useful for creating one commit if you've got a lot of smaller commits that creates a messy Git history. Git rebase ... | |
| | | |
ericlathrop.com
|
|
| | | | Sometimes you're somewhere deep inside your git repo in bash, and you just want to pop back up to the root folder. It can be annoying to figure out how many dots you need in something like cd ../../... I made a small bash function you can use to just type gr to change to the git root: | |
| | | |
cullmann.io
|
|
| | | | Today I did run again into an old problem: You need to archive a lot small and large files inside a single Git repository and you have no support for Git LFS available. You did this several year and now you ended up in a state where cloning and working with the repository is unbearable slow. What now? Last time I did run into that, I archived the overfull repository to some "rest in peace" space and used git filter-branch to filter out no longer needed and too large objects from a repository copy that then will replace the old one for daily use. | |
| | | |
dougseven.com
|
|
| | Today I am at re:Invent 2022 in Las Vegas, NV. I am spending my days talking to AWS customers about Amazon CodeWhisperer - a new developer productivity service that will accelerate application development by providing automatic code recommendations based on the code and comments in your IDE. For developers, Amazon CodeWhisperer is an IDE extension... |