GitHub
github.com › git-tips › tips
GitHub - git-tips/tips: Most commonly used git tips and tricks. · GitHub
git clone --bare https://github.com/exampleuser/old-repository.git git push --mirror https://github.com/exampleuser/new-repository.git
Starred by 21.7K users
Forked by 1.7K users
Languages JavaScript
GitHub
github.blog › home › developer skills › github protips: tips, tricks, hacks, and secrets from lee reilly
GitHub Protips: Tips, tricks, hacks, and secrets from Lee Reilly - The GitHub Blog
May 14, 2021 - I’ve been using GitHub as an engineering, business development, and marketing manager for over 10 years now—quite the career trajectory! Along the way, I’ve picked up a few tricks to manage my notifications, quickly locate content and create pull requests, push markdown to its limits, and personalize my experience with some third party extensions.
Videos
I Wish I Knew These GitHub Tricks Earlier
46:14
The Only GitHub Guide You’ll Ever Need - YouTube
11:55
Use GitHub like a PRO! - 8 secrets, tips and tricks - YouTube
13:58
Git & GitHub Tricks That Will Level Up Your Coding Skills - YouTube
01:00:04
Tips and tricks to get the best out of GitHub Copilot - YouTube
00:41
GitHub Tricks that can change your life 🔥 #coder #coding - YouTube
Reddit
reddit.com › r/github › what github "tricks" do you wish you knew about earlier?
What GitHub "tricks" do you wish you knew about earlier? : r/github
August 20, 2024 - Even a free GitHub account comes with free actions minutes and codespaces minutes. Codespaces are particularly useful for trying out stuff in a sandbox without having to install random shit on your PC. It comes with a bunch of dev tools already installed. Many of the search features are nice tricks.
GitHub
github.com › karlhorky › github-tricks
GitHub - karlhorky/github-tricks: A collection of useful GitHub tricks · GitHub
To conditionally install PostgreSQL, initialize a cluster, create a user and database and start PostgreSQL cross-platform, use the following GitHub Actions workflow steps (change database_name, username and password to whatever you want):
Starred by 29 users
Forked by 5 users
GitHub
github.com › topics › tips-tricks
tips-tricks · GitHub Topics · GitHub
javascript snippets tips minutes snippet webdev tips-and-tricks javascript-es6 webdevelopment 100daysofcode snippets-collection webdeveloper tips-tricks minutes-of-javascript
Techielass
techielass.com › github-tips-and-tricks
GitHub Tips and Tricks
May 24, 2023 - In May 2021 the ability to upload .mp4 and .mov files to issues, pull requests and discussion comments meaning you can share reproduction steps or ideas with GitHub repo owners or other contributors. The video file has to be less than 100MB though. For some more tips and tricks on how to get the most out of GitHub check out my video:
Honeybadger
honeybadger.io › blog › git-tricks
Ten Git tips and tricks you need to know - Honeybadger Developer Blog
August 23, 2024 - Running git log is a super useful way to view recent changes to a codebase, but your eyes quickly get lost if you run it on a project with a lot of branches. Another git trick is to make the git log more fun, adding a bit of color to help your eyes and brain read what's on the screen better.