geekhack

geekhack Marketplace => Interest Checks => Topic started by: kim-kim on Mon, 26 April 2021, 01:25:01

Title: [IC] Git Cheat Sheet Deskmat
Post by: kim-kim on Mon, 26 April 2021, 01:25:01
GIT CHEAT SHEET DESKMAT

main.jpg :
More
(https://i.imgur.com/GLYcxHK.jpg)

revision.jpg :
(https://i.imgur.com/n5LNQLA.jpg)

description.md :
> Hello Geekhack,
>
> Here is Git Cheat Sheet Deskmat
> It's matching (as close as possible) to SA/GMK Oblivion keycaps, but not related to any SA/GMK Oblivion Group Buy
> The deskmat size is 900 x 400 x 3mm. The price should be around 25 usd, can be cheaper if much people are interested
> Thanks to Oblotzky (https://geekhack.org/index.php?action=profile;u=58214) for permission, HungHingDaiLo (https://geekhack.org/index.php?action=profile;u=73835), yasintahir (https://geekhack.org/index.php?action=profile;u=54715), and jebbra (https://geekhack.org/index.php?action=profile;u=54204) for inputs, and of course to you. Yes, you!
> This deskmat will be made in Indonesia, unless more than 200 people are interested (both in Indonesia and International form, I'll look at the duplicate emails)
> Revision (should be final) :
> - Fix typos
> - Enlarge border
> - Resize subtitle and description fonts
> - Add small credit text
> - Add and drop some commands
> PRICE DETAIL :
> - Standard 900x400x3 mm : 25 USD
> - Thicc 900x400x4 mm : 27.5 USD
> - For each deskmat type, the amount is limited to 100 pieces
> - If any of type reaches the limit, then I will close the GB immediately
> - For the shipping cost, please refer to the later GB form


prototype.jpg :
More
(https://i.imgur.com/Bzb3cq6.jpg)

prototype_revision.jpg :
(https://i.imgur.com/Dncym9o.jpg)

form.md :
> IC Form (https://docs.google.com/forms/d/1jQkZQcRWgBoO-PBRkXATi_LPdZbwqMjfZ3857MWfuX8/viewform)
> IC Form for people from Indonesia (https://docs.google.com/forms/d/1XwHmbQtMSk58TWdN2T-WhQ_c1icoe_sCBccnYP7gHOk/viewform)


gb.md :
> GB link (https://geekhack.org/index.php?topic=112687.0)

Code: [Select]
$ git add main.jpg description.md prototype.jpg form.md
$ git commit -m "Git Cheat Sheet Deskmat IC"
$ git push origin master
$ git add revision.jpg description.md
$ git commit -m "\"Final\" Revision"
$ git push origin master
$ git add revision_prototype.jpg
$ git commit --amend --no-edit
$ git push --force-with-lease
$ git add gb.md
$ git commit --amend --no-edit
$ git push --force-with-lease
Title: Re: [IC] Git Cheat Sheet Deskmat
Post by: HappyB0T on Mon, 26 April 2021, 01:26:27
My gut is telling me that this font will look really huge in person. Maybe this is just me.
Title: Re: [IC] Git Cheat Sheet Deskmat
Post by: minicap on Mon, 26 April 2021, 01:37:32
this is a cute idea! the colours in the bottom right corner are a nice touch.

is the graphic final? i noticed a few typos while looking at the mat:
git clone: "specied" should be "specified"
git config user.email: "commit" should be "commits" (to match git config user.name)
git config color.ui: remove the new line between "line" and "output"
git reset: "keep" should be "keeps"
git branch: "branchs" should be "branches"
Title: Re: [IC] Git Cheat Sheet Deskmat
Post by: pdpete on Mon, 26 April 2021, 01:38:41
Sick

Sent from my SM-A315G using Tapatalk

Title: Re: [IC] Git Cheat Sheet Deskmat
Post by: darthcapn on Mon, 26 April 2021, 01:45:38
Omg omg omg yes!!!

Sent from my SM-G988U using Tapatalk

Title: Re: [IC] Git Cheat Sheet Deskmat
Post by: Ram on Mon, 26 April 2021, 01:47:49
Great Concept and good execution(slightly sad that they won't be matched to arch  ;) ) Only thing I'm personally noticing is the size of the text, can't tell if it'll either be the perfect size or slightly too big, along with the typos that another person mentioned. But these can all be ironed out easily so it really shouldn't be a problem
Title: Re: [IC] Git Cheat Sheet Deskmat
Post by: victorpre on Mon, 26 April 2021, 02:17:25
Interesting idea, maybe the community can play a bit with which commands they need.
Please update the section names in the IC to .md instead of .txt

Sent from my Pixel 2 XL using Tapatalk
Title: Re: [IC] Git Cheat Sheet Deskmat
Post by: kim-kim on Mon, 26 April 2021, 02:31:52
this is a cute idea! the colours in the bottom right corner are a nice touch.

is the graphic final? i noticed a few typos while looking at the mat:
git clone: "specied" should be "specified"
git config user.email: "commit" should be "commits" (to match git config user.name)
git config color.ui: remove the new line between "line" and "output"
git reset: "keep" should be "keeps"
git branch: "branchs" should be "branches"

Thank you, the design can be fixed before the GB are sent to the vendor.
Yes, I also notice some possession typos, even the size inconsistency (see "git push -f" description in case you aren't noticed yet)

My gut is telling me that this font will look really huge in person. Maybe this is just me.

Great Concept and good execution(slightly sad that they won't be matched to arch  ;) ) Only thing I'm personally noticing is the size of the text, can't tell if it'll either be the perfect size or slightly too big, along with the typos that another person mentioned. But these can all be ironed out easily so it really shouldn't be a problem

Thanks! I'm not quite sure, but here looks OK. The font size is tolerable for me

Sick

Sent from my SM-A315G using Tapatalk



Omg omg omg yes!!!

Sent from my SM-G988U using Tapatalk


HYPE!!!

Interesting idea, maybe the community can play a bit with which commands they need.
Please update the section names in the IC to .md instead of .txt

Sent from my Pixel 2 XL using Tapatalk

Yes, sure, if you guys want me to add some useful git commands, let me know in the comments
And also, done for markdown instead of text extension
Title: Re: [IC] Git Cheat Sheet Deskmat
Post by: foxieze on Mon, 26 April 2021, 02:42:49
This sounds really cool! Hadn't thought about a cheatsheet as a deskmat before, even though after searching around, they seem quite common! Love it and am definitely interested.
Title: Re: [IC] Git Cheat Sheet Deskmat
Post by: Altain on Mon, 26 April 2021, 02:43:25
Just git gud :D

filled out IC form, and will be expecting to get one in near future!
Title: Re: [IC] Git Cheat Sheet Deskmat
Post by: holer on Mon, 26 April 2021, 02:55:59
Amazing - can't wait for this!

Just think of the trafic saved to Stack Exchange, when I don't have to visit this link everytime i stage the wrong files:
https://stackoverflow.com/questions/4498281/how-can-i-undo-my-last-git-add-commit (https://stackoverflow.com/questions/4498281/how-can-i-undo-my-last-git-add-commit)

Also, if the layout is not final, then can you add this somewhere git push <remote> <branch>, because I always forget the order of remote and branch, when working with multiple remotes. If you add it, then the description should probably explain the -u flag.
Title: Re: [IC] Git Cheat Sheet Deskmat
Post by: pngu on Mon, 26 April 2021, 03:35:02
I'll take 10
Title: Re: [IC] Git Cheat Sheet Deskmat
Post by: rc42 on Mon, 26 April 2021, 04:09:30
hi, nice work.

Quote
git push -f

Prefer using
Code: [Select]
git push --force-with-lease if you don't want to accidentally remove your co-workers commits.
Title: Re: [IC] Git Cheat Sheet Deskmat
Post by: cthalupa on Mon, 26 April 2021, 04:25:50
Love it!


As a note, if you're using the git logo directly, it is creative commons attribution licensed, so you'll want to include that somewhere to be in compliance.
Title: Re: [IC] Git Cheat Sheet Deskmat
Post by: Rafa_n on Mon, 26 April 2021, 04:46:21
I can't believe that the programmers blatantly copied GMK Oblivion, we just can't have nice things anymore
Title: Re: [IC] Git Cheat Sheet Deskmat
Post by: NoteMakoti on Mon, 26 April 2021, 06:01:50
My brain small as hell, give me one for home, one for work, and one for the coffee shop.
Title: Re: [IC] Git Cheat Sheet Deskmat
Post by: Weaselpc on Mon, 26 April 2021, 08:08:55
def. buying one.
Title: Re: [IC] Git Cheat Sheet Deskmat
Post by: jiyoonjang on Mon, 26 April 2021, 09:23:54
Great idea. In my opinion, it would be great to include visualizations for Gitflow, GitHub Flow and GitLab Flow and further refine your typography design. Monospaced code into code blocks and put the 'Git --everything-is-local' slogan from the git official website.
Title: Re: [IC] Git Cheat Sheet Deskmat
Post by: Rubbermilitia on Mon, 26 April 2021, 09:30:36
Yes, I love this. Some thoughts, take 'em or leave 'em:

- I'm wondering if the deskmat could maybe include a large git logo or branching graphic as a watermark, since its kind of flat right now
- The titles of each section should maybe also be a monospace font.. Maybe not, but I'm wondering how it would look
- The titles of each section might look better left-aligned like each of the section text (and also like text in a terminal window)
- It might be cute to include one of the git taglines. ( var taglines = ["fast-version-control","everything-is-local","distributed-even-if-your-workflow-isnt","local-branching-on-the-cheap","distributed-is-the-new-centralized"];)
- I would like if the text at the top of the mat said git cheat-sheet (hyphenated, as if cheat-sheet was a command) ;)
- And as others said, a git flow visualization would be awesome, or common branching strategies

Things that are missing that I have to look up often:
- Different kinds of pretty print (e.g. --pretty=oneline)
- delete remote branch (git push -d)
- git squash

Title: Re: [IC] Git Cheat Sheet Deskmat
Post by: vaf1en on Mon, 26 April 2021, 14:10:04
I am getting this day one!
Title: Re: [IC] Git Cheat Sheet Deskmat
Post by: nxxinf on Mon, 26 April 2021, 15:46:10
Nice!

A llttle bit more vertical space between the top-left title "git cheat sheet" and the main content would be nice
Title: Re: [IC] Git Cheat Sheet Deskmat
Post by: LeoZ on Mon, 26 April 2021, 16:08:15
I usually just pull up the the git documentation. What I really would love would be a Vim cheatsheet.
Title: Re: [IC] Git Cheat Sheet Deskmat
Post by: darthcapn on Mon, 26 April 2021, 19:07:23
If there is gonna be a vim cheatsheet deskmat ever, I'll be in it too!

Sent from my SM-G988U using Tapatalk

Title: Re: [IC] Git Cheat Sheet Deskmat
Post by: kim-kim on Mon, 03 May 2021, 05:49:13
Hello, geekhack, here is the update

(https://i.imgur.com/9EytMHU.jpg)

Revision :
- Fix typos
- Enlarge border
- Resize subtitle and description fonts
- Add small credit text
- Add and drop some commands

Sorry I can't fulfill all of your requests, especially the basic git illustration (I can't draw, lol)
The deskmat is in manufacture for (final?) prototyping. If that looks good, I will announce the GB
Title: Re: [IC] Git Cheat Sheet Deskmat
Post by: NoteMakoti on Tue, 04 May 2021, 09:32:12
Perfect, now put an anime girl in the corner. 😎
Title: Re: [IC] Git Cheat Sheet Deskmat
Post by: syberghost on Tue, 04 May 2021, 11:21:33
(https://i.imgur.com/DxbkMxl.png)
Title: Re: [IC] Git Cheat Sheet Deskmat
Post by: redfoxred on Wed, 05 May 2021, 08:11:17
I registered an account just to get in here and say IM IN! Love it! +1 for a UK one.
And I have Indonesian family, so love it's being made in indo!

Btw, why don't you put this up as a Kickstarter? That way it'll be easier to put a minimum target for order and less hassle?
Title: Re: [IC] Git Cheat Sheet Deskmat
Post by: kim-kim on Wed, 05 May 2021, 11:50:28
So, the prototype has come and I like it. So, it should be the final prototype.
I will update the detail before the GB, and expect the GB date will be happened this weekend.

Comparison between first and second proto, sorry for the mess:
More
(https://i.imgur.com/Dncym9o.jpg)


Color comparison:
More
(https://i.imgur.com/uk62O8T.jpg)
(https://i.imgur.com/GexJ0cK.jpg)
(https://i.imgur.com/wSBMOI6.jpg)
(https://i.imgur.com/wtfjzno.jpg)
(https://i.imgur.com/OOfQGZa.jpg)


SA keycaps for the font scale:
More
(https://i.imgur.com/K181Tor.jpg)
Title: Re: [IC] Git Cheat Sheet Deskmat
Post by: kim-kim on Wed, 05 May 2021, 12:06:34
Perfect, now put an anime girl in the corner. 😎

No

I registered an account just to get in here and say IM IN! Love it! +1 for a UK one.
And I have Indonesian family, so love it's being made in indo!

Btw, why don't you put this up as a Kickstarter? That way it'll be easier to put a minimum target for order and less hassle?

Thank you very much!
Well, that's a very good idea. But, I just don't quite familiar with Kickstarter
Title: Re: [IC] Git Cheat Sheet Deskmat
Post by: FishyKeebs on Thu, 06 May 2021, 22:18:39
Idea is great but something seems off, can’t tell what
Title: Re: [IC] Git Cheat Sheet Deskmat
Post by: 1391401 on Fri, 07 May 2021, 11:52:28
Don't forget
```
cd .. && rm -rf repo && git clone <repo url> repo
```
Jk, looks nice will prob cop this freal
Title: Re: [IC] Git Cheat Sheet Deskmat
Post by: kim-kim on Fri, 07 May 2021, 12:11:26
The description about price detail has been updated, please see them
The geekhack GB link (waiting for approval) : https://geekhack.org/index.php?topic=112687.0
I will lock this thread if the GB link has been approved
Title: Re: [IC] Git Cheat Sheet Deskmat
Post by: pngu on Fri, 07 May 2021, 13:11:33
The description about price detail has been updated, please see them
The geekhack GB link (waiting for approval) : https://geekhack.org/index.php?topic=112687.0
I will lock this thread if the GB link has been approved

woohoo!
Title: Re: [IC] Git Cheat Sheet Deskmat
Post by: AuthenticDanger on Fri, 07 May 2021, 13:19:29
Why not put common things on the sides and less important/used info in the middle? The keyboard will always be blocking some info, so if you actually need the info, you need to move it. If you move the most used info to the edges, you'll have to move your keyboard less.
Title: Re: [IC] Git Cheat Sheet Deskmat
Post by: pngu on Fri, 07 May 2021, 13:59:49
Why not put common things on the sides and less important/used info in the middle? The keyboard will always be blocking some info, so if you actually need the info, you need to move it. If you move the most used info to the edges, you'll have to move your keyboard less.

... because you know the common things yourself?  ;) :p
Title: Re: [IC] Git Cheat Sheet Deskmat
Post by: rc42 on Fri, 07 May 2021, 16:27:53
Sorry I can't fulfill all of your requests, especially the basic git illustration (I can't draw, lol)

Please replace push -f with push --force-with-lease

It should fit and you can omit the warning that you should know what youre doing.
Title: Re: [IC] Git Cheat Sheet Deskmat
Post by: kim-kim on Fri, 07 May 2021, 17:06:19
Sorry I can't fulfill all of your requests, especially the basic git illustration (I can't draw, lol)

Please replace push -f with push --force-with-lease

It should fit and you can omit the warning that you should know what youre doing.

Sorry, I had changed with --force-with-lease in the second prototype, but not in the design revision
Title: Re: [IC] Git Cheat Sheet Deskmat
Post by: kim-kim on Fri, 07 May 2021, 22:57:26
The description about price detail has been updated, please see them
The geekhack GB link (waiting for approval) : https://geekhack.org/index.php?topic=112687.0
I will lock this thread if the GB link has been approved

Well, the GB thread is approved, wish us luck in this GB!
P.S. : I can't lock my own thread, or can I?
Title: Re: [IC] Git Cheat Sheet Deskmat
Post by: ruthdav on Mon, 20 December 2021, 14:43:12
I analyzed this git cheat sheet desk, and it looks pretty complicated. I've been watching cheating tutorials for a long time, and even more so, I started playing with cheats, but I didn't understand anything from this sheet desk. I would not use it because there are much more comfortable alternatives for players and clearer. For example, I play Call of Duty with cheats, which I downloaded from https://www.iwantcheats.net/call-of-duty-black-ops-cold-war-hacks/ Everything is straightforward. There are no theories.
Title: Re: [IC] Git Cheat Sheet Deskmat
Post by: actress on Mon, 20 December 2021, 19:50:52
ne chance for round 2?
Title: Re: [IC] Git Cheat Sheet Deskmat
Post by: OhKeycaps on Tue, 21 December 2021, 01:03:54
Omg I love this idea. I would buy one of these in a heartbeat. If you need a US Vendor I'd love to help.
Title: Re: [IC] Git Cheat Sheet Deskmat
Post by: saltimate on Fri, 31 December 2021, 16:42:04
I analyzed this git cheat sheet desk, and it looks pretty complicated. I've been watching cheating tutorials for a long time, and even more so, I started playing with cheats, but I didn't understand anything from this sheet desk. I would not use it because there are much more comfortable alternatives for players and clearer. For example, I play Call of Duty with cheats, which I downloaded from https://www.iwantcheats.net/call-of-duty-black-ops-cold-war-hacks/ Everything is straightforward. There are no theories.

wat... i dont think you... is this a meme? this is not for gamers, this is for people who use git...
Title: Re: [IC] Git Cheat Sheet Deskmat
Post by: ReverbSlush on Fri, 31 December 2021, 17:40:34
I like it, and I'll get (git) it.... I wish it were in Dracula colors, but I'll still grab one.