0:00
Uh hello guys, welcome to this video. So
0:02
in this video, I'll show you a git
0:04
alternative which is released by Google
0:06
and its name is uh jujust jujust. It's
0:10
available right inside. It's completely
0:12
open source. I've given the link in the
0:15
description of this live stream. So you
0:17
can go to GitHub simply type j-vcs/j.
0:22
So this is their official website
0:24
Juju it's name a version control system
0:29
to control your GitHub repos. So you
0:32
don't need to use git. It's a good git
0:35
killer. So this is the name of this a
0:38
version control system registry and it's
0:40
completely open source. So you can
0:44
install this inside your terminal. So it
0:47
basically does the same job by cloning
0:49
the GitHub repos uh pushing the changes.
0:53
So managing your GitHub repos directly
0:55
inside your terminal. So it's a great
0:57
alternative to GitHub.
0:59
If you don't like G get you can use this
1:02
one is backed by Google. So this is
1:05
their documentation and installation and
1:08
setup if you go to this. So it's having
1:11
pre-built binaries for Windows, Mac and
1:13
Linux. It's completely open-source and
1:16
cross-platform solution. So once you go
1:20
uh releases section you will see
1:24
you can install this for Windows or my
1:27
Linux or Mac. So you can select the
1:35
So this is for Windows right here. If
1:36
you see simply download the zip file to
1:39
get started. So it just 7.95 MGB.
1:44
So once it is installed simply extract
1:52
and this will come up with this uh
1:54
executable file here. So you can
1:58
directly open command line here and
2:04
write here JJ and the command will work.
2:07
So right here you can simply say jj-
2:12
So it basically shows you all the
2:14
commands which are there. You can
2:18
edit clone everything. This is the
2:21
commands for working with git remotes
2:23
and the underly github repo.
2:27
And inside the documentation they have
2:30
also given all the commands here. You
2:32
can easily get started. Just look at the
2:38
So all these commands are given right
2:48
So it's a great tool uh developed by
2:50
Google here. So click on get started.
2:55
So now to work with the GitHub, you can
2:58
actually commit changes, push the
3:01
changes to your GitHub account as well.
3:11
Can also use GitHub CLI as well. So,
3:17
so these are all the commands.
3:19
Installation is quite simple. So you
3:20
download that zip file and these are all
3:22
the commands which are there.
3:30
So you just write to clone a GitHub repo
3:32
jit clone and then you paste the address
3:37
the source and the destination. So
3:43
can take any GitHub repo for example.
3:58
So now you can see it is actually
4:01
cloning the GitHub repo from this
4:02
location and uh this is a command jit
4:06
clone and the paste address. So this is
4:09
a tool built on top of git command line
4:12
which is really helpful and developed by
4:18
and it's completely free opensource
4:22
and definitely try this.