cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1317
Views
0
Helpful
2
Replies

Question about GIt Bash

davidcriollo
Level 1
Level 1

I have this because i'm doing cisco devnet course Chapter A Brief Introduction to Git and then i got this "On your workstation, open the intro-python/git-basics/change_me.txt file on your computer and make a change - add, edit or delete anything you like. Then run the following commands:_" How can i do it with Git Bash???

2 Replies 2

@davidcriollo you could use vi / vim or Nano for this, for example

 

 vi difference1.txt
 vim difference1.txt
nano difference1.txt

Hope this helps.

Please mark this as helpful or solution accepted to help others
Connect with me https://bigevilbeard.github.io

balaji.bandi
Hall of Fame
Hall of Fame

First you need to clone the Project form git  ( get to local Linux)

 

git clone  http://-------------------url of project

 

Once you got the prokject download.

 

My favourite toool vi promgram.txt to edit

 

Vi command :

 

https://www.thegeekdiary.com/basic-vi-commands-cheat-sheet/

 

 

BB

***** Rate All Helpful Responses *****

How to Ask The Cisco Community for Help

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community: