LiveCode247

LiveCode247

Follow
Follow
homeWebsiteYoutubenewsletter
Tag

GitHub

#github

More content

Read more stories on Hashnode


Articles with this tag

Deploying a static HTML and CSS site using Github Pages

Mar 7, 20222 min read2.6K views

The next step after creating a website, is deploying it to make it available to the whole world. If your site is static, and doesn't use any backend...

Deploying a static HTML and CSS site using Github Pages

I wrote a Github CLI extension to fuzzy find repos and run actions on them

Dec 3, 20211 min read289 views

I went ahead and created a Github CLI extension which fuzzy finds repos and you can choose an action you want to run on it. Requirements gh cli -...

I wrote a Github CLI extension to fuzzy find repos and run actions on them

Control your Github from the command line with the Github CLI

Jun 3, 20211 min read96 views

Want to create a repository, but don't want to go to Github and follow that manual and perhaps long process, every single time. Use the Official...

Control your Github from the command line with the Github CLI

The ultimate .gitignore dev tool is here

Jan 16, 20212 min read118 views

I just found one of a dev tool called gitignore.io which as it's name suggests, helps generate a gitignore file for our project. Web Go to...

The ultimate .gitignore dev tool is here

How to update a forked repository to match with the origin repository on Github

Dec 2, 20201 min read34 views

When you want to contribute to open source, one of the most important things is understand, forking and branching. Once you have updated some code and...

How to update a forked repository to match with the origin repository on Github