@srknc/state.js
TypeScript icon, indicating that this package has built-in type declarations

1.0.8 • Public • Published

Keycloak eklentisini aktif etmelisiniz:

  • Keycloak uygulamasını npm run docker ile ayağa kaldırın
  • localhost:8080 adresine girin
  • Admin console ekranına geçip admin:admin ile login olun
  • yeni bir realm yaratın adı da myrealm olsun
  • İçine bir client ekleyin ve adı angular-client olsun
    • Front Channel Logout : ON
    • Front-Channel Logout URL : http://localhost:4200/*
    • Root URL : http://localhost:4200
    • Valid Redirect URIs : http://localhost:4200/*
    • Web Origins : http://localhost:4200
  • Users sekmesinden kendinize login olmak için bir kullanıcı yaratın
  • ng serve ile sunucuyu artık ayağa kaldırabilirsiniz

Reflog

  • https://gist.github.com/joseluisq/7f0f1402f05c45bac10814a9e38f81bf
  • Find the stash commits
  • git log --graph --oneline --decorate ( git fsck --no-reflog | awk '/dangling commit/ {print $3}' )
  • git log --oneline $( git fsck --no-reflogs | awk '/dangling commit/ {print $3}' ) | grep On ya da
  • git log --oneline --all --grep="^WIP on .*: [a-f0-9]\+" --grep="^On [^ ]*:" --grep="^index on [^ ]*:" $( env LANG=C git fsck --no-reflog | awk '/dangling commit/ {print $3}' ) | grep On
  • git stash apply YOUR_WIP_COMMIT_HASH_HERE ile uygula
  • If your stash commit is not listed or you don't find it (optional)
  • q

Package Sidebar

Install

npm i @srknc/state.js

Weekly Downloads

1

Version

1.0.8

License

ISC

Unpacked Size

12.5 kB

Total Files

16

Last publish

Collaborators

  • srknc