E.B.'s Lab
Beautiful strange experiments
  • Home
  • About Me
Beautiful strange experiments
pankaj-patel-515219-unsplash
December 5 2018

Helpful Git Commands

admin Coding

Here are some git commands that I’ve used on my projects to make me look like  I knew what I was doing, when in reality….I was winging it.

This command reverts back to the cleanest canvas (the most working version) and delete any unwanted dependencies which will update the remote repo.

git reset --hard CommitId && git clean -f

and then

git push -f

 

This command helped me know which commit to revert to

git log --oneline

 

Sound frequency modification with javascript Current Interests

Related Posts

Screen Shot 2018-11-06 at 3.53.20 AM

Coding

Sound frequency modification with javascript

nghia-le-57365-unsplash

Coding

Expanding on my passions

HEROKU

Coding

How to deploy static site in Heroku

Recent Posts

  • nahel-abdul-hadi-1226210-unsplashWhy it’s a bad Idea to host your WP site locally
    May 9, 2019
  • IMG_20190120_0219392018 Gadgets win
    January 16, 2019
  • sticker-mule-199224-unsplashCurrent Interests
    December 5, 2018

Latest Tweets

→ Follow me
E.B.'s Lab
© E.B.'s Lab 2023