Combo openToFu ansible en staging au taf. Mais comment j'ai pu faire avant 🤔 en tout cas j'ai trouvé une étrangeté : l'ajout d'un disque trigger le local-exec mais pas son redimensionnement 🤔🤔
Je suis récemment tombé sur ce dépôt GitHub qui explique de manière graphique le fonctionnement de certains systèmes (protocoles, bases de données, Git, etc.).
Vraiment top ! 👇 github.com/ByteByteGoHq/syst…
Git Architecture Simplified:
1. Working Tree: This represents the current directory and files you are working on. This is where you make changes to your code or files.
git add/mv/rm: These commands allow you to stage changes. git add stages new changes, git mv stages file renames, and git rm stages file deletions.
git diff: This shows differences between the working tree and the staging area.
git diff HEAD: This shows differences between the working tree and the last commit in the local repository.
2. Staging Area: After you make changes in the working tree, you can stage them (i.e., prepare them for a commit).
The staging area is an intermediate area where these changes are stored before they are permanently stored in the local repository.
git commit: This command moves changes from the staging area to the local repository, creating a new commit.
3. Local Repository: This is where your commits are stored on your local machine.
git reset <file>: This command un-stages changes, moving them from the staging area back to the working tree.
git reset <commit>: This can be used to undo commits or change the current branch's head to a specific commit.
4. Remote Repository: This represents an online (or network) storage location where you store versions of your project.
It's useful for collaborating with others and backing up your work.
git push: This command pushes changes from your local repository to the remote repository.
git fetch: This fetches changes from the remote repository without integrating them.
git clone/pull: git clone copies the remote repository to your local machine. git pull fetches changes from the remote repository and merges them into your current branch.
----------------------------------------------------------
Hope it was helpful!
Every week I write about my experience and learning as a Backend Engineer. Follow me @vikasrajputin to read more content like this.
Announcement 📢
Now you can speak to me, If you're feeling blocked in your tech career and need personalized guidance then you can book a 1:1 session with me.
For more information log on to topmate.io/vikasrajputin
Hello comme vous savez peut-être je met à disposition gratuitement mon infra pour les gens qui le souhaite avec mon projet LGP-corp.fr et LGP-cloud.fr. Je lance plein de projets annexes mais ça coute cher vous pouvez me soutenir ici paypal.me/lgpcorp44fr.tipeee.com/lgp-corp
#NoScript 11.4.16 #release
Improved keyboard-only usage through global configurable shortcuts. Defaults:
- Alt Shift N opens the page permissions UI
- Alt Shift Space toggles restrictions enforcement for the current tab
noscript.net/getit
#NoScript 11.4.15 #release
It comes with a small but important usability fix, especially for popups without the toolbar: "Always open the windowed standalone UI when invoked from the contextual menu (thanks ZeroUnderscoreOu for reporting)"
noscript.net/getit