Quantcast
Channel: Uly.me
Browsing latest articles
Browse All 12 View Live

Remove Sensitive Info From Github

I made a mistake by publishing my database password to an environment file that’s visible. Rookie mistake. Replacing the database password entry with something else and submitting kinda takes care of...

View Article



Gitlab Community Edition

Git is the most popular version control software for managing your code. If you’re looking for the best version control system out there, Git is the pretty much the de-facto standard of version...

View Article

Github Acquired by Microsoft

Microsoft acquired Github today for $7.5 billion. Github was founded in 2008. It stores and manages code in repositories using Git, a distributed version control software developed by Linus Torvalds....

View Article

GitLab Moves to GCP

Gitlab is moving from Microsoft Azure to Google Cloud Platform mainly due to its integration with Google Kubernetes Engine. Gitlab believes Kubernetes is the future and makes their platform to...

View Article

Git Diff

When working with version control, sometimes you would like to know what files were committed locally vs what’s on the master origin repository. One way to know the difference is to use the git diff or...

View Article


Cloning A GCP Repo

Here are the steps on how to clone a Google Cloud Platform (GCP) repository. This is assuming you already installed Google Cloud SDK. gcloud init gcloud source repos clone name_of_repo...

View Article

Storing Git Credentials

There are two ways to store git credentials. One is temporary and the other permanent. You can store your git credentials unencrypted on disk forever or in cache memory temporarily. Temporary. Store...

View Article

Git Diff Head

Here’s how to check what’s changed in your local Git repo vs the master repo. Git Status tells you what file has changed, but not to the level of detail such as what lines or what code was changed....

View Article


XCode after Catalina Upgrade

I tried running git after the Mac OS Catalina upgrade and got this error. xcrun: error: invalid active developer path (/Library/Developer/CommandLineTools), missing xcrun at:...

View Article


AWS IAM Self Manage Policy

Here’s the permission needed for an AWS user to manage their own IAM account. The policy allows them to view their own account information, change their own passwords, rotate access keys and...

View Article
Browsing latest articles
Browse All 12 View Live




Latest Images