git

How to upload Project on GitHub: A Step-by-Step Guide

How to upload Project on GitHub: A Step-by-Step Guide

Step 1 : Open your Github account Step 2 : Click on new repository Step 3 : Fill out the repository details Repository name: (e.g., project-name) Description: (optional) Public or Private: Choose based on your preference. Step 4 : Click "Create repository" Step 5 : Open Cmd and Navigate to your project directory Step 6 : tpye "git init" and hit enter Step 7 : tpye "git add . " and hit enter Step 8 : tpye 'git commit -m "anything" ' and hit enter Step 9 : Copy the repository URL After creating the repository you will see the…
Read More
Fui commitar e deu branco. E agora?

Fui commitar e deu branco. E agora?

Esses dias, navegando no X, me deparei com a seguinte imagem E achei engraçado, porque eu e você provavelmente já nos vimos nessa situação: adicionamos os arquivos e ficamos literalmente travados pensando o que colocar de mensagem no commit. Muitas vezes os arquivos são em pastas e contextos diferentes, o que dificulta ainda mais a pensar em uma mensagem condizente. E é aí que mora o problema: Quando commitamos todos os arquivos com o famoso git add . fica muito difícil resumir em uma frase o que foi feito naquele commit. E você no fundo sabe que uma hora ou…
Read More
Navigating Common Git Errors: A Guide for Developers

Navigating Common Git Errors: A Guide for Developers

As developers, we often encounter various errors when using Git. One such error involves attempting to fetch all branches or create a new branch in a directory that is not a Git repository. In this article, we will explore a common scenario and provide a step-by-step guide on how to resolve it. The Scenario You are working on a project and trying to fetch all branches or create a new branch using the following commands: git fetch --all git checkout -b dev-pilot Enter fullscreen mode Exit fullscreen mode However, you encounter the following errors: fatal: not a git repository (or…
Read More
No widgets found. Go to Widget page and add the widget in Offcanvas Sidebar Widget Area.