Install
A constructive and inclusive social network for software developers. With you every step of your journey.
- 10,436articles · 30d
- 7+ hour agolatest article
- Aug 15, 2026earliest in window
- 97%with images
- 292avg words
- software 9,678
- coding 9,474
- development 9,445
- engineering 9,418
- community 9,400
- inclusive 9,365
- ai 7,928
- webdev 5,729
- programming 5,130
- productivity 3,480
- python 2,951
- technology 2,827
- artificial intelligence 2,768
- security 2,756
- devops 2,739
- llm 2,257
- architecture 2,256
- agents 2,147
- tutorial 2,108
- javascript 1,920
- Software Dev. 9,638
- Science & Technology 9,516
- Computers & Electronics 7,410
- Business & Industrial 796
- Internet & Telecom 759
- Economy, Business & Finance 389
- Finance 331
- Arts, Culture, Entertainment & Media 236
Please confirm you are human
This browser or connection looks automated. Press and continuously hold the control for 3 seconds to enable Google-hosted web results and, when separately allowed, AI-assisted answers.
A successful check enables 100 search requests. Interactive access does not authorize scraping, systematic collection, or reuse of search output.
News
#Git Workflow
3+ week, 1+ day ago (462+ words) File Creation and Working directory *From your local device, locate and open git to access git bash *...From the git bash command execution area, enter the command cd to take you to the home path....following commands: *git init to…...
# 10 Git Commands That Made Me More Confident With Git
2+ week, 1+ day ago (796+ words) If you've used Git for a while, you probably know the basics: These commands are enough to get started...become bigger and you start working with branches, pull requests, conflicts, and other developers, Git...Here are 10 Git commands and techniques…...
I Rebuilt Git Without Git — 3,390 Lines of Python, Zero Dependencies
1+ week, 4+ day ago (254+ words) For the Zero......Tagged with python, opensource, git, developertools....
Git Workflow
3+ week, 1+ day ago (322+ words) It helps to keep track of what is needed to add or commit. git status git add analysis.py git status...git commit -m "Add sales analysis" git push The git workflow work as a sequence....Push sends the commits…...
Chega de git stash: como trabalhar em múltiplas features em paralelo com git worktree
2+ week, 6+ day ago (537+ words) Se você já perdeu tempo com essa sequência: Um repositório Git tradicional tem uma única pasta de trabalho...O git worktree permite ter várias pastas de trabalho simultâneas, cada uma vinculada a uma branch diferente..., todas compartilhando o mesmo histórico…...
My Data Science & Analytics Journey: Understanding Git, Git Bash & GitHub
3+ week, 23+ hour ago (381+ words) At first, the Git ecosystem sounded complicated, but surprisingly, it is not and it is quite interesting...Git tracks by keeping a record of previous versions of my projects....You can also use Git Bash to write commands that communicates…...
Introduction to Git: Beginner level
3+ day, 21+ hour ago (273+ words) What is git?...Basic Git Commands: git init – Initialise the working directory. git add - Adds the specified file to...Some additional useful commands: git diff – shows the older and new change. git rm --cached - remove...the the file from git…...