March 2022

Git Branching and Merging | How to create git branch and merge branches on git

Git Branching and Merging Git Branching Check branches git branch Create branch git branch <branch-name> Switch to branch git checko...

Anonymous 18 Mar, 2022

How to push an existing git repository from the command line | Git & GitHub

Create a new git repository on the command line echo "# moviedb" >> README.md git init git add README.md git commit -m ...

Anonymous 17 Mar, 2022

FreeVI - Copyright FREE images from PEXELS | How to use pexels api to get images and videos for free

FreeVI-copyright-free-images-from-pexels-dabananda-mitra Description Copyright free images from pexels. Here you can search for images. Ever...

Anonymous 17 Mar, 2022

Simple ToDo List App with React JS | Build a to-do list app with react.js | React JS, Bootstrap, LocalStorage

Description This is a simple todo list app built with react js. It has an add button to add tasks and a delete button to delete tasks. I a...

Anonymous 16 Mar, 2022

Top 3 GitHub README.md Generators

Top 3 GitHub README.md Generators If you are a developer, you must familiar with GitHub. To get a job and represent your skills and projects...

Anonymous 1 Mar, 2022