This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
The full file: | |
007fdc0 fd1e 7604 3f79 db94 8bb5 eb62 7cfc 2843 | |
007fdd0 0d64 a091 7b14 c68f d4db de36 1c56 83b0 | |
007fde0 b5b9 480b 11bc 46fc 079a e1a4 77ae 0704 | |
007fdf0 ae04 cbfb 440d a2bb 708d 4389 46ab c853 | |
007fe00 72f6 4a17 9f8c e1d3 222c 797e 8c43 1ba0 | |
007fe10 7de7 0452 f2df 418d 6e2f 8e7c d014 ed01 | |
---- |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[alias] | |
########################## | |
## Cheat sheet ## | |
########################## | |
## Info: | |
## status - show where you are in the repository, what files are in what state, branch, etc | |
## br - fancy branch list (does not work on deb 9) | |
br = branch --format='%(HEAD) %(color:yellow)%(refname:short)%(color:reset) - %(contents:subject) %(color:green)(%(committerdate:relative)) [%(authorname)]' --sort=-committerdate | |
## lb - list recently used branches | |
lb = !git reflog show --pretty=format:'%gs ~ %gd' --date=relative | grep 'checkout:' | grep -oE '[^ ]+ ~ .*' | awk -F~ '!seen[$1]++' | head -n 10 | awk -F' ~ HEAD@{' '{printf(\" \\033[33m%s: \\033[37m %s\\033[0m\\n\", substr($2, 1, length($2)-1), $1)}' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
+ "scripts": { | |
+ "foo": "ls", | |
#by itself the command works | |
$ composer foo | |
> ls | |
app ... | |
#it accepts arguments ok, as long as they are not composer arguments | |
$ composer foo -- -l |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Bambu X1C 0.4mm | |
Error when sending this specific model to the printer (Other models work) | |
https://makerworld.com/en/models/384613#profileId-284878 | |
Using LAN only mode | |
--------------- | |
Failed to upload file to ftp. Please try again. |
OlderNewer