Skip to content

Instantly share code, notes, and snippets.

View mitchr's full-sized avatar
🍰

Mitchell Riley mitchr

🍰
View GitHub Profile
@ozh
ozh / git cherry-pick within a pull request.md
Last active June 6, 2025 20:27
git cherry-pick within a pull request

1. Create new branch:

git checkout -b otherrepo-master master

2. Get the contents of the PR

git pull https://github.com/otherrepo/my-repo-name.git master
@shelling
shelling / Makefile
Created October 20, 2010 11:50
Matlab launcher on Gnome
.PHONY: all
all:
mv matlab.png /usr/share/icons/hicolor/256x256/apps/
mv matlab.desktop /usr/share/applications/
echo alias matlab=\'matlab -nodisplay\' >> /etc/bash.bashrc
update-menus