Skip to content

florinasavei/florinasavei.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Development helpers:

  • This project uses yarn workspaces

    • To see all the apps in the workspace run: yarn workspaces list

Git Helpers

  • To remove deleted branches :

    • run git config --local --edit
    • add
      [alias]
          gone = ! "git fetch -p && git for-each-ref --format '%(refname:short) %(upstream:track)' | awk '$2 == \"[gone]\" {print $1}' | xargs -r git branch -D"
      
  • undo last unpushed commit: git reset --hard HEAD~1

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published